All our APIs return errors following RFC 9457 (Problem Details for HTTP APIs).
typestring(uri)required
A URI reference that identifies the problem type. This MUST link to public documentation. e.g., "https://developer-next.ingrid.com/errors/validation-error"
titlestringrequired
A short, human-readable summary of the problem type (translated). e.g., "Validation Failed"
statusinteger(int32)required
The HTTP status code. e.g., 400
detailstring
A human-readable explanation specific to this occurrence (translated). e.g., "One or more fields failed validation."
instancestring(uri)
A unique identifier for the request that caused the error. Typically to be shared with Ingrid support for debugging.
errorsArray of objects(Atlas.Errors.DetailedError)
An array of detailed validation errors. This is omitted if not applicable.