Skip to main content
Code: request.validation_failed
HTTP: 422 Unprocessable Entity

What happened

The API understood the request but rejected the payload or business rules.

Safe message

Some of the information provided is invalid. Please review and try again.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The request was understood but failed business or schema validation.

How to fix it

Read details for per-field issues. Cross-check required fields in the API reference.

UI hint

Programmatic handling