Factuarea API

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.

CodeTypeHTTPCategory
parameter_invalid_emptyinvalid_request_error400Request

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.

On this page