Enum mongo_file_center::FileCenterError [−][src]
pub enum FileCenterError {
MongoDBError(Error),
DocumentError(ValueAccessError),
FileSizeThresholdError,
VersionError,
DatabaseTooNewError {
supported_latest: i32,
current: i32,
},
IOError(Error),
IDTokenError(&'static str),
}Variants
MongoDBError(Error)Tuple Fields of MongoDBError
0: ErrorDocumentError(ValueAccessError)Tuple Fields of DocumentError
IOError(Error)Tuple Fields of IOError
0: ErrorIDTokenError(&'static str)Tuple Fields of IDTokenError
0: &'static strTrait Implementations
Performs the conversion.