Enum mongodb_gridfs::GridFSError [−][src]
pub enum GridFSError {
MongoError(Error),
FileNotFound(),
}
Variants
MongoError(Error)
Tuple Fields of MongoError
0: Error
Tuple Fields of FileNotFound
Trait Implementations
The lower-level source of this error, if any. Read more
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
Performs the conversion.