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

#[repr(u32)]
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]

[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ErrorType
[src]

impl PartialEq for ErrorType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for ErrorType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorType

impl Sync for ErrorType