Skip to main content

validation_out_of_range

HTTP Status: 422 Category: Validation

When you see this

Numeric value outside the schema's allowed bounds.

How to fix it

Inspect error.details.errors[].ctx for the bound violated and clamp the value before retrying.

Example response

{
"error": {
"code": "validation_out_of_range",
"message": "Numeric value outside the schema's allowed bounds.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/validation_out_of_range",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}