pub enum AzothError {
}Variants§
Io(Error)
Serialization(String)
Transaction(String)
Sealed(u64)
Paused
Config(String)
Backup(String)
Restore(String)
Projection(String)
EventDecode(String)
PreflightFailed(String)
Lock(String)
NotFound(String)
InvalidState(String)
Other(Error)
Trait Implementations§
Source§impl Debug for AzothError
impl Debug for AzothError
Source§impl Display for AzothError
impl Display for AzothError
Source§impl Error for AzothError
impl Error for AzothError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<Error> for AzothError
impl From<Error> for AzothError
Auto Trait Implementations§
impl Freeze for AzothError
impl !RefUnwindSafe for AzothError
impl Send for AzothError
impl Sync for AzothError
impl Unpin for AzothError
impl !UnwindSafe for AzothError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more