Enum mongo_file_center::FileCenterError [−][src]
pub enum FileCenterError {
R2D2Error(Error),
MongoDBError(Error),
DocumentError(ValueAccessError),
IDTokenError(&'static str),
FileSizeThresholdError,
VersionError,
DatabaseTooNewError {
supported_latest: i32,
current: i32,
},
IOError(Error),
MimeTypeError,
}Variants
R2D2Error(Error)MongoDBError(Error)DocumentError(ValueAccessError)IDTokenError(&'static str)IOError(Error)Trait Implementations
impl Error for FileCenterError[src]
impl Error for FileCenterError[src]impl From<ValueAccessError> for FileCenterError[src]
impl From<ValueAccessError> for FileCenterError[src]fn from(err: ValueAccessError) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for FileCenterError
impl !RefUnwindSafe for FileCenterErrorimpl Send for FileCenterError
impl Send for FileCenterErrorimpl Sync for FileCenterError
impl Sync for FileCenterErrorimpl Unpin for FileCenterError
impl Unpin for FileCenterErrorimpl !UnwindSafe for FileCenterError
impl !UnwindSafe for FileCenterErrorBlanket Implementations
impl<T> AsFail for T where
T: Fail,
impl<T> AsFail for T where
T: Fail, pub fn as_fail(&self) -> &(dyn Fail + 'static)
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,