Enum engula_storage::Error [−][src]
pub enum Error {
NotFound(String),
AlreadyExists(String),
InvalidArgument(String),
Io(Error),
Unknown(Box<dyn Error + Send>),
}Expand description
Errors for all storage operations.
Variants
NotFound(String)
Tuple Fields
0: StringAlreadyExists(String)
Tuple Fields
0: StringInvalidArgument(String)
Tuple Fields
0: StringIo(Error)
Tuple Fields
0: ErrorUnknown(Box<dyn Error + Send>)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
