aip_sdk.RateLimitError
aip_sdk.RateLimitError
The platform is rate-limiting the client (429) — slow down and retry later.
Not retried for you: the SDK retries only timeouts and network failures, so a 429 reaches the caller on the first response and the backoff is yours to decide.
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RateLimitError.body
aip_sdk.RateLimitError.body: dict[str, Any] = body or {}
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RateLimitError.correlation_id
aip_sdk.RateLimitError.correlation_id = current_correlation_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RateLimitError.request_id
aip_sdk.RateLimitError.request_id = current_request_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RateLimitError.status_code
aip_sdk.RateLimitError.status_code = status_code
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RateLimitError.validation_errors
aip_sdk.RateLimitError.validation_errors: list[dict[str, Any]]
RFC 9457 problem+json validation_errors array, or [] when absent.