Skip to main content

aip_sdk.QualityCheckLockViolationError

aip_sdk.QualityCheckLockViolationError

A required-check set was refused because the test plan behind it locks that tier (422).

Raised by Project.update_required_quality_checks(). An unrunnable check name raises plain UnprocessableEntityError instead.

Inherited members​

Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py

aip_sdk.QualityCheckLockViolationError.body​

aip_sdk.QualityCheckLockViolationError.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.QualityCheckLockViolationError.correlation_id​

aip_sdk.QualityCheckLockViolationError.correlation_id = current_correlation_id()

No docstring is defined in the source.

Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py

aip_sdk.QualityCheckLockViolationError.request_id​

aip_sdk.QualityCheckLockViolationError.request_id = current_request_id()

No docstring is defined in the source.

Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py

aip_sdk.QualityCheckLockViolationError.status_code​

aip_sdk.QualityCheckLockViolationError.status_code = status_code

No docstring is defined in the source.

Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py

aip_sdk.QualityCheckLockViolationError.validation_errors​

aip_sdk.QualityCheckLockViolationError.validation_errors: list[dict[str, Any]]

RFC 9457 problem+json validation_errors array, or [] when absent.