Enum kudu_pb::rpc_header::ErrorStatusPB_RpcErrorCodePB
[−]
[src]
pub enum ErrorStatusPB_RpcErrorCodePB {
FATAL_UNKNOWN,
ERROR_APPLICATION,
ERROR_NO_SUCH_METHOD,
ERROR_NO_SUCH_SERVICE,
ERROR_SERVER_TOO_BUSY,
ERROR_INVALID_REQUEST,
ERROR_REQUEST_STALE,
FATAL_SERVER_SHUTTING_DOWN,
FATAL_INVALID_RPC_HEADER,
FATAL_DESERIALIZING_REQUEST,
FATAL_VERSION_MISMATCH,
FATAL_UNAUTHORIZED,
}Variants
FATAL_UNKNOWNERROR_APPLICATIONERROR_NO_SUCH_METHODERROR_NO_SUCH_SERVICEERROR_SERVER_TOO_BUSYERROR_INVALID_REQUESTERROR_REQUEST_STALEFATAL_SERVER_SHUTTING_DOWNFATAL_INVALID_RPC_HEADERFATAL_DESERIALIZING_REQUESTFATAL_VERSION_MISMATCHFATAL_UNAUTHORIZEDTrait Implementations
impl Clone for ErrorStatusPB_RpcErrorCodePB[src]
fn clone(&self) -> ErrorStatusPB_RpcErrorCodePB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for ErrorStatusPB_RpcErrorCodePB[src]
fn eq(&self, __arg_0: &ErrorStatusPB_RpcErrorCodePB) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for ErrorStatusPB_RpcErrorCodePB[src]
impl Debug for ErrorStatusPB_RpcErrorCodePB[src]
impl Hash for ErrorStatusPB_RpcErrorCodePB[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl ProtobufEnum for ErrorStatusPB_RpcErrorCodePB[src]
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<ErrorStatusPB_RpcErrorCodePB>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<ErrorStatusPB_RpcErrorCodePB>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor