Skip to main content

aip_sdk.RunFailedError

aip_sdk.RunFailedError

Run failed during execution — diagnostic info in message.

Also a RuntimeError, so pre-existing except RuntimeError handlers keep working.

aip_sdk.RunFailedError.error_code​

aip_sdk.RunFailedError.error_code = 'RUN_FAILED'

No docstring is defined in the source.

Inherited members​

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

aip_sdk.RunFailedError.body​

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

aip_sdk.RunFailedError.correlation_id = current_correlation_id()

No docstring is defined in the source.

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

aip_sdk.RunFailedError.request_id​

aip_sdk.RunFailedError.request_id = current_request_id()

No docstring is defined in the source.

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

aip_sdk.RunFailedError.status_code​

aip_sdk.RunFailedError.status_code = status_code

No docstring is defined in the source.

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

aip_sdk.RunFailedError.validation_errors​

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

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