Enum engula_journal::Error [−][src]
pub enum Error {
NotFound(String),
AlreadyExists(String),
InvalidArgument(String),
Io(Error),
Corrupted(String),
Unknown(String),
}Expand description
Errors for all journal operations.
Variants
NotFound(String)
Tuple Fields
0: StringAlreadyExists(String)
Tuple Fields
0: StringInvalidArgument(String)
Tuple Fields
0: StringIo(Error)
Tuple Fields
0: ErrorCorrupted(String)
Tuple Fields
0: StringUnknown(String)
Tuple Fields
0: StringTrait 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
