aip_sdk.DimensionLockViolationError
aip_sdk.DimensionLockViolationError
A dimension set was refused because the test plan behind it locks its dimensions (422).
Raised by Project.update_dimensions() on a project already bound to such a plan, and by
Project.create_from_test_plan(..., dimensions=...) when the plan locks them — there, nothing
is created, and omitting the argument takes the plan's own set.
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.DimensionLockViolationError.body
aip_sdk.DimensionLockViolationError.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.DimensionLockViolationError.correlation_id
aip_sdk.DimensionLockViolationError.correlation_id = current_correlation_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.DimensionLockViolationError.request_id
aip_sdk.DimensionLockViolationError.request_id = current_request_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.DimensionLockViolationError.status_code
aip_sdk.DimensionLockViolationError.status_code = status_code
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.DimensionLockViolationError.validation_errors
aip_sdk.DimensionLockViolationError.validation_errors: list[dict[str, Any]]
RFC 9457 problem+json validation_errors array, or [] when absent.