pub enum NodeError {
Show 13 variants
InvalidConfig,
IoError,
NetworkError,
ReticulumError,
AlreadyRunning,
NotRunning,
Timeout,
InternalError,
ModeConflict,
SubscriptionClosed,
NodeRestarted,
EventGap,
QueuePressure,
}Variants§
InvalidConfig
IoError
NetworkError
ReticulumError
AlreadyRunning
NotRunning
Timeout
InternalError
ModeConflict
SubscriptionClosed
NodeRestarted
EventGap
QueuePressure
Trait Implementations§
impl Eq for NodeError
Source§impl From<EmbeddedError> for NodeError
impl From<EmbeddedError> for NodeError
Source§fn from(value: EmbeddedError) -> Self
fn from(value: EmbeddedError) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for NodeError
Auto Trait Implementations§
impl Freeze for NodeError
impl RefUnwindSafe for NodeError
impl Send for NodeError
impl Sync for NodeError
impl Unpin for NodeError
impl UnsafeUnpin for NodeError
impl UnwindSafe for NodeError
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