invalidArgument constant

int const invalidArgument

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

Implementation

static const invalidArgument = 3;