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:
message (str) – The Error Message
response (requests.Response) – The response object.
- Return type:
None