aip_sdk.RequestTimeoutError
aip_sdk.RequestTimeoutError
The platform did not answer within the configured timeout.
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RequestTimeoutError.attempts
aip_sdk.RequestTimeoutError.attempts = attempts
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RequestTimeoutError.body
aip_sdk.RequestTimeoutError.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.RequestTimeoutError.correlation_id
aip_sdk.RequestTimeoutError.correlation_id = current_correlation_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RequestTimeoutError.request_id
aip_sdk.RequestTimeoutError.request_id = current_request_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RequestTimeoutError.status_code
aip_sdk.RequestTimeoutError.status_code = status_code
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.RequestTimeoutError.validation_errors
aip_sdk.RequestTimeoutError.validation_errors: list[dict[str, Any]]
RFC 9457 problem+json validation_errors array, or [] when absent.