Klantly Developers

Error codes

validation_failed

422 The input is invalid.

Cause

One or more fields are invalid. The errors field names what is wrong per field.

Solution

Correct the fields mentioned and send the request again.

Example

application/problem+json
{
  "type": "https://developers.klantly.com/errors/validation_failed",
  "title": "The input is invalid.",
  "status": 422,
  "code": "validation_failed",
  "detail": "1 field is invalid.",
  "errors": {
    "email": [
      "The email field must be a valid email address."
    ]
  },
  "request_id": "req_01j7zq3k9x2m4n6p8r0t2v4w6y"
}

← All error codes