ErrorDetail
- codeType: string · Coderequired
Stable error code. Match on this, not on the message. Codes are never renamed without a major version bump.
- messageType: string · Messagerequired
Human-readable description of the error.
- requestType: string · Request Id
_id requiredIdentifier for this request; quote it in support requests. Also returned as the
X-Request-IDheader. - availablenullable
Credits currently available. Present on
payment_required.- Type: integer · Available
Credits currently available. Present on
payment_required.
- fieldType: array object[] | null · Field Errorsnullable
_errors Present on validation failures (
validation_failed); one entry per rejected field.One rejected request field.
- fieldType: string · Fieldnullablerequired
Name of the offending request field, dot-joined for nested values (e.g.
workflow.0).nullwhen the failure has no public field to point at. - messageType: string · Messagerequired
Human-readable description of the problem.
- typeType: string · Typerequired
Stable machine-readable error type, for programmatic matching (e.g.
missing,value_error).
- requirednullable
Credits required to proceed. Present on
payment_required.- Type: integer · Required
Credits required to proceed. Present on
payment_required.
- requiredType: string · Required Scopenullable
_scope Scope the key is missing. Present on
insufficient_scope. - shortfallnullable
Credits still needed. Present on
payment_required.- Type: integer · Shortfall
Credits still needed. Present on
payment_required.
- supportedType: array string[] | null · Supported Formatsnullable
_formats Present on unsupported upload-type 422 responses: the full list of accepted file extensions (e.g. ".docx", ".xliff").