parameter_invalid_empty
A parameter arrived with an empty value: an `in` filter with no items, a comparison with nothing after the operator, or an equality filter with an empty string.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_empty | invalid_request_error | 400 | Request |
Cause
A parameter arrived with an empty value: an in filter with no items, a comparison with nothing after the operator, or an equality filter with an empty string.
What to do
Send a non-empty value for the parameter in error.param, or drop the parameter from the request altogether.
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.