pub const GRPC_STATUS_INVALID_ARGUMENT: Type = 3;
Expand description

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).