invalidArgument constant

Code const invalidArgument

The client specified an invalid argument. Note that this differs from FAILED_PRECONDITION. INVALID_ARGUMENT indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name).

HTTP Mapping: 400 Bad Request

Implementation

static const invalidArgument = Code('INVALID_ARGUMENT');