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.