Skip to content

HTTP 422

validation_failed

What to do: Correct the fields described in details and retry.

details.issues lists each offending path and message. The request shape is defined in /openapi.json.

Shape

{ "error": { "code": "validation_failed", "message": "…", "hint": "Correct the fields described in details and retry.", "docs": "https://postbag.dev/docs/errors/validation_failed/" } }

All codes are listed on the error reference. Conventions for the envelope, hints and next[] are in the API overview.