Skip to main content

aip_sdk.TestPlanNameExistsError

aip_sdk.TestPlanNameExistsError

The plan name is already published in the workspace (409).

publish_test_plan only ever creates a plan's first version, so a name that exists is refused rather than quietly edited. Publish under a different name, or — if this is your plan — re-read it and publish the next version of it with publish_test_plan_version, passing the version you read as base_version.

Inherited members​

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

aip_sdk.TestPlanNameExistsError.body​

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

aip_sdk.TestPlanNameExistsError.correlation_id = current_correlation_id()

No docstring is defined in the source.

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

aip_sdk.TestPlanNameExistsError.request_id​

aip_sdk.TestPlanNameExistsError.request_id = current_request_id()

No docstring is defined in the source.

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

aip_sdk.TestPlanNameExistsError.status_code​

aip_sdk.TestPlanNameExistsError.status_code = status_code

No docstring is defined in the source.

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

aip_sdk.TestPlanNameExistsError.validation_errors​

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

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