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

Trait Implementations

impl Clone for ErrorStatusPB_RpcErrorCodePB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ErrorStatusPB_RpcErrorCodePB
[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 ErrorStatusPB_RpcErrorCodePB
[src]

impl Debug for ErrorStatusPB_RpcErrorCodePB
[src]

Formats the value using the given formatter.

impl Hash for ErrorStatusPB_RpcErrorCodePB
[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 ErrorStatusPB_RpcErrorCodePB
[src]

impl Copy for ErrorStatusPB_RpcErrorCodePB
[src]

impl ProtobufValue for ErrorStatusPB_RpcErrorCodePB
[src]