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

Trait Implementations

impl Clone for AppStatusPB_ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AppStatusPB_ErrorCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for AppStatusPB_ErrorCode
[src]

impl Debug for AppStatusPB_ErrorCode
[src]

Formats the value using the given formatter.

impl Hash for AppStatusPB_ErrorCode
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl ProtobufEnum for AppStatusPB_ErrorCode
[src]

impl Copy for AppStatusPB_ErrorCode
[src]

impl ProtobufValue for AppStatusPB_ErrorCode
[src]