Skip to main content

aip_sdk.StaleTestPlanBaseVersionError

aip_sdk.StaleTestPlanBaseVersionError

The base_version given is no longer the plan's latest (409).

Someone published a version after the one this edit was made from. Re-read the plan, re-apply the change on top of the current version, and publish again.

Inherited members​

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

aip_sdk.StaleTestPlanBaseVersionError.body​

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

aip_sdk.StaleTestPlanBaseVersionError.correlation_id = current_correlation_id()

No docstring is defined in the source.

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

aip_sdk.StaleTestPlanBaseVersionError.request_id​

aip_sdk.StaleTestPlanBaseVersionError.request_id = current_request_id()

No docstring is defined in the source.

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

aip_sdk.StaleTestPlanBaseVersionError.status_code​

aip_sdk.StaleTestPlanBaseVersionError.status_code = status_code

No docstring is defined in the source.

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

aip_sdk.StaleTestPlanBaseVersionError.validation_errors​

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

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