[][src]Constant grpcio_sys::grpc_status_code::GRPC_STATUS_INVALID_ARGUMENT

pub const GRPC_STATUS_INVALID_ARGUMENT: Type = 3;

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