Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

ErrorResponse

Standard error response returned by the API when a request fails.

Field-level validation errors, empty when not applicable.

localizedMessagestring

Localized version of the error message, if available.

messagestring

Human-readable error message.

statusstring

HTTP status name.

statusCodeinteger[int32]

HTTP status code.

Example
{  "errors": [],  "localizedMessage": "Invalid request",  "message": "Invalid request",  "status": "BAD_REQUEST",  "statusCode": 400}