Enum bee_storage::system::Error [−][src]
pub enum Error {
Io(Error),
Health(StorageHealthError),
UnknownSystemKey(u8),
}Expand description
Errors to be raised if packing/unpacking System fails.
Variants
Io(Error)I/O error.
Health(StorageHealthError)Packing/unpacking the System::Health variant failed.
UnknownSystemKey(u8)Found an invalid key while unpacking a System value.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error