singer_sdk.exceptions.RetriableAPIError

class singer_sdk.exceptions.RetriableAPIError[source]

Exception raised when a failed request can be safely retried.

__init__(message, response=None)[source]

Extends the default with the failed response as an attribute.

Parameters:
Return type:

None