Enum gauc::couchbase::types::error_type::ErrorType [] [src]

pub enum ErrorType {
    Success,
    AuthContinue,
    AuthError,
    DeltaBadval,
    E2big,
    Ebusy,
    Einternal,
    Einval,
    Enomem,
    Erange,
    Error,
    Etmpfail,
    KeyEexists,
    KeyEnoent,
    DlopenFailed,
    DlsymFailed,
    NetworkError,
    NotMyVbucket,
    NotStored,
    NotSupported,
    UnknownCommand,
    UnknownHost,
    ProtocolError,
    Etimedout,
    ConnectError,
    BucketEnoent,
    ClientEnomem,
    ClientEnoconf,
    Ebadhandle,
    ServerBug,
    PluginVersionMismatch,
    InvalidHostFormat,
    InvalidChar,
    DurabilityEtoomany,
    DuplicateCommands,
    NoMatchingServer,
    BadEnvironment,
    Busy,
    InvalidUsername,
    ConfigCacheInvalid,
    SaslmechUnavailable,
    TooManyRedirects,
    MapChanged,
    IncompletePacket,
    Econnrefused,
    Esockshutdown,
    Econnreset,
    Ecantgetport,
    Efdlimitreached,
    Enetunreach,
    EctlUnknown,
    EctlUnsuppmode,
    EctlBadarg,
    EmptyKey,
    SslError,
    SslCantverify,
    SchedfailInternal,
    ClientFeatureUnavailable,
    OptionsConflict,
    HttpError,
    DurabilityNoMutationTokens,
    UnknownMemcachedError,
    MutationLost,
    SubdocPathEnoent,
    SubdocPathMismatch,
    SubdocPathEinval,
    SubdocPathE2big,
    SubdocDocE2deep,
    SubdocValueCantinsert,
    SubdocDocNotjson,
    SubdocNumErange,
    SubdocBadDelta,
    SubdocPathEexists,
    SubdocMultiFailure,
    SubdocValueE2deep,
    EinvalMcd,
    EmptyPath,
    UnknownSdcmd,
    EnoCommands,
    QueryError,
    MaxError,
}

Variants

Trait Implementations

impl Debug for ErrorType
[src]

Formats the value using the given formatter.

impl Clone for ErrorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorType
[src]

impl PartialEq for ErrorType
[src]

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

This method tests for !=.

impl Display for ErrorType
[src]

Formats the value using the given formatter.