422 Unprocessable Content
Cannot be processed
- Code
unprocessable- Status
422Unprocessable 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:
POST /v1/hq/audit/exportExport the platform audit log as CSVPOST /v1/organizations/{organizationId}/audit/exportExport the organisation’s audit log as CSVPOST /v1/organizations/{organizationId}/files/{fileId}/completeFinish an uploadPOST /v1/organizations/{organizationId}/players/{playerId}/id-checksRecord a staff document ID check