Skip to main content

unprocessable

The request is syntactically valid but cannot be processed due to a business rule.

HTTPcodeRetryable?
422unprocessableno

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.