ValidationError 422
When does this happen?
The request body failed validation. A required field is missing, a field has the wrong type, or a value is out of range.
Example response
{
"_tag": "ValidationError",
"type": "ValidationError",
"message": "Transaction not found",
"docs_url": "https://docs.borderli.dev/errors/ValidationError"
}
What to do
Check the details field for specific validation failures. Fix the request body and retry.