ErrorResponse
Standard error envelope returned for every 4xx and 5xx response.
- errorType: object
Info requiredException payload. Typically
{ message: string }; richer when validation collects multiple failures.- messageType: string
- pathType: stringrequired
Request URL path.
- statusType: integer
Code requiredHTTP status code, repeated in the body.
- timestampType: stringFormat: date-timerequired
ISO-8601 timestamp when the error was generated.
- traceType: string
Id requiredCorrelation ID — include this in support requests.
