Enum kudu_pb::wire_protocol::AppStatusPB_ErrorCode
[−]
[src]
pub enum AppStatusPB_ErrorCode {
UNKNOWN_ERROR,
OK,
NOT_FOUND,
CORRUPTION,
NOT_SUPPORTED,
INVALID_ARGUMENT,
IO_ERROR,
ALREADY_PRESENT,
RUNTIME_ERROR,
NETWORK_ERROR,
ILLEGAL_STATE,
NOT_AUTHORIZED,
ABORTED,
REMOTE_ERROR,
SERVICE_UNAVAILABLE,
TIMED_OUT,
UNINITIALIZED,
CONFIGURATION_ERROR,
INCOMPLETE,
END_OF_FILE,
}Variants
UNKNOWN_ERROROKNOT_FOUNDCORRUPTIONNOT_SUPPORTEDINVALID_ARGUMENTIO_ERRORALREADY_PRESENTRUNTIME_ERRORNETWORK_ERRORILLEGAL_STATENOT_AUTHORIZEDABORTEDREMOTE_ERRORSERVICE_UNAVAILABLETIMED_OUTUNINITIALIZEDCONFIGURATION_ERRORINCOMPLETEEND_OF_FILETrait Implementations
impl Clone for AppStatusPB_ErrorCode[src]
fn clone(&self) -> AppStatusPB_ErrorCode
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 AppStatusPB_ErrorCode[src]
fn eq(&self, __arg_0: &AppStatusPB_ErrorCode) -> 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 AppStatusPB_ErrorCode[src]
impl Debug for AppStatusPB_ErrorCode[src]
impl Hash for AppStatusPB_ErrorCode[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 AppStatusPB_ErrorCode[src]
fn value(&self) -> i32
fn from_i32(value: i32) -> Option<AppStatusPB_ErrorCode>
fn values() -> &'static [Self]
fn enum_descriptor_static(_: Option<AppStatusPB_ErrorCode>)
-> &'static EnumDescriptor
-> &'static EnumDescriptor