parameter_invalid_integer
A parameter that must be a whole number received something that cannot be parsed as one, such as `limit=abc`.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_integer | invalid_request_error | 400 | Request |
Cause
A parameter that must be a whole number received something that cannot be parsed as one, such as limit=abc.
What to do
Send the parameter in error.param as a base-10 integer, with no decimals, thousand separators or quotes.
Message returned by the API
The parameter must be an integer.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.