Skip to main content

aip_sdk.TestPlanNotFoundError

aip_sdk.TestPlanNotFoundError

No test plan answered to the name, id or version a read named (404).

Existence is workspace-scoped, so a plan published only in another workspace reads as absent here rather than as a permissions failure — this exception never means "you are not allowed to read it". A workspace id that names nothing reads the same way, so check the workspace as well as the plan and version when this is unexpected; the message keeps whatever the platform said about which it was.

Inherited members​

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

aip_sdk.TestPlanNotFoundError.body​

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

aip_sdk.TestPlanNotFoundError.correlation_id = current_correlation_id()

No docstring is defined in the source.

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

aip_sdk.TestPlanNotFoundError.request_id​

aip_sdk.TestPlanNotFoundError.request_id = current_request_id()

No docstring is defined in the source.

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

aip_sdk.TestPlanNotFoundError.status_code​

aip_sdk.TestPlanNotFoundError.status_code = status_code

No docstring is defined in the source.

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

aip_sdk.TestPlanNotFoundError.validation_errors​

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

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