Enum dinglebit_store::blob::Error [−][src]
pub enum Error {
SystemError(String),
InvalidPath,
PermissionDenied,
NotFound,
}Expand description
The errors this package returns.
Variants
SystemError(String)This is more of a generic error that something bad happened.
The requested path was not valid (e.g. not UTF-8).
The process did not have permissions to perform the operation.
The requested blob was not found.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Errorimpl UnwindSafe for Error