Enum kudu_pb::tserver::TabletServerErrorPB_Code [] [src]

pub enum TabletServerErrorPB_Code {
    UNKNOWN_ERROR,
    INVALID_SCHEMA,
    INVALID_ROW_BLOCK,
    INVALID_MUTATION,
    MISMATCHED_SCHEMA,
    TABLET_NOT_FOUND,
    SCANNER_EXPIRED,
    INVALID_SCAN_SPEC,
    INVALID_CONFIG,
    TABLET_ALREADY_EXISTS,
    TABLET_HAS_A_NEWER_SCHEMA,
    TABLET_NOT_RUNNING,
    INVALID_SNAPSHOT,
    INVALID_SCAN_CALL_SEQ_ID,
    NOT_THE_LEADER,
    WRONG_SERVER_UUID,
    CAS_FAILED,
    ALREADY_INPROGRESS,
    THROTTLED,
}

Variants

Trait Implementations

impl Clone for TabletServerErrorPB_Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for TabletServerErrorPB_Code
[src]

Formats the value using the given formatter.

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

impl Copy for TabletServerErrorPB_Code
[src]

impl ProtobufValue for TabletServerErrorPB_Code
[src]