Skip to content

ValidationErrorResponse

Represents the structure of validation error responses returned by the API

typestring

RFC reference for the error type

titlestring

Human-readable summary of the error

statusinteger, (int32)

HTTP status code

errorsArray of strings

Detailed error messages for each validation failure

trace_idstring

Trace identifier for debugging

{ "type": "string", "title": "string", "status": 0, "errors": [ "string" ], "trace_id": "string" }