Skip to main content

aip_sdk.PayloadTooLargeError

aip_sdk.PayloadTooLargeError

The request body exceeds the platform's size limit for this endpoint (413).

Only a handful of endpoints enforce a limit (trace ingestion and test-plan publishing, at the time of writing), and it is checked before the body is parsed — so a rejection here carries no detail about which field made the body too large. Check the endpoint's own documentation for its specific limit and what tends to cause it.

Inherited members​

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

aip_sdk.PayloadTooLargeError.body​

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

aip_sdk.PayloadTooLargeError.correlation_id = current_correlation_id()

No docstring is defined in the source.

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

aip_sdk.PayloadTooLargeError.request_id​

aip_sdk.PayloadTooLargeError.request_id = current_request_id()

No docstring is defined in the source.

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

aip_sdk.PayloadTooLargeError.status_code​

aip_sdk.PayloadTooLargeError.status_code = status_code

No docstring is defined in the source.

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

aip_sdk.PayloadTooLargeError.validation_errors​

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

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