symphony.bdk.core.retry.strategy.is_network_or_minor_error_or_client#

symphony.bdk.core.retry.strategy.is_network_or_minor_error_or_client(exception: Exception) bool#

Checks if the exception is a network issue or an ApiException minor error or a client error

Parameters

exception – The exception to be checked

Returns

True if the exception is an ApiException with status 500, 401, 429, 400 or is a client timeout error False otherwise