unprocessable
The request is syntactically valid but cannot be processed due to a business rule.
| HTTP | code | Retryable? |
|---|---|---|
| 422 | unprocessable | no |
When it happens
For example, insufficient balance or a disallowed destination.
How to resolve it
Check detail for the specific rule that failed and adjust the operation.
Example
{
"type": "https://docs.skipo.com/errors/unprocessable",
"title": "Unprocessable request",
"status": 422,
"code": "unprocessable",
"retryable": false,
"detail": "The request is syntactically valid but cannot be processed due to a business rule."
}
Back to the error catalog · See the error format.