aip_sdk.ConflictError
aip_sdk.ConflictError
The request conflicts with the current state of the resource (409).
Typically raised when creating something that already exists. Domain modules
re-raise a more specific subclass (e.g. DuplicateSutError) with an
actionable message.
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ConflictError.body
aip_sdk.ConflictError.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.ConflictError.correlation_id
aip_sdk.ConflictError.correlation_id = current_correlation_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ConflictError.request_id
aip_sdk.ConflictError.request_id = current_request_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ConflictError.status_code
aip_sdk.ConflictError.status_code = status_code
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ConflictError.validation_errors
aip_sdk.ConflictError.validation_errors: list[dict[str, Any]]
RFC 9457 problem+json validation_errors array, or [] when absent.