aip_sdk.ServerError
aip_sdk.ServerError
The platform returned a server-side error (5xx) — usually transient; retry later.
Not retried for you: the SDK retries only timeouts and network failures, so a 5xx reaches the caller on the first response.
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ServerError.body
aip_sdk.ServerError.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.ServerError.correlation_id
aip_sdk.ServerError.correlation_id = current_correlation_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ServerError.request_id
aip_sdk.ServerError.request_id = current_request_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ServerError.status_code
aip_sdk.ServerError.status_code = status_code
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ServerError.validation_errors
aip_sdk.ServerError.validation_errors: list[dict[str, Any]]
RFC 9457 problem+json validation_errors array, or [] when absent.