parameter_invalid_boolean
A parameter that must be a boolean received a value outside the accepted representations (`true`/`false`, `1`/`0`).
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_boolean | invalid_request_error | 400 | Request |
Cause
A parameter that must be a boolean received a value outside the accepted representations (true/false, 1/0).
What to do
Send true or false in the parameter named by error.param.
Message returned by the API
The parameter must be a boolean value.
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.