Enum bmemcached::errors::BMemcachedError
[−]
[src]
pub enum BMemcachedError {
IoError(Error),
Utf8Error(FromUtf8Error),
UnkownError(&'static str),
Status(Status),
TypeMismatch(StoredType),
}Variants
IoError | ||
Utf8Error | ||
UnkownError | ||
Status | ||
TypeMismatch | In case you tried to coerse to a value that does not match with the stored. The returned flags are inside the error. |