ClavianAPI errors
All error codes

422 Unprocessable Content

Cannot be processed

Code
unprocessable
Status
422 Unprocessable Content
Type
https://errors.clavian.io/unprocessable

What it means

The request is well formed but cannot be carried out as asked, such as an export with more rows than it may hold. detail says why.

What to do

Change the request as detail describes, for example by narrowing its filters, and send it again. The same request sent unchanged fails the same way.

Example

The API answers with status 422 and this body, as application/problem+json. A detail may be added, saying what went wrong this time; it is for people, and changes.

{
  "type": "https://errors.clavian.io/unprocessable",
  "title": "Cannot be processed",
  "status": 422,
  "code": "unprocessable",
  "requestId": "req_01k5znw4hmfay8vvr14d2pf2db"
}

Endpoints that return it

From the OpenAPI document, every endpoint that names it among its answers: