[−][src]Enum snarkos_errors::network::server::ServerError
Variants
BlockError(BlockError)ConnectError(ConnectError)HandshakeError(HandshakeError)Message(String)MessageError(MessageError)PingProtocolError(PingProtocolError)SendError(SendError)StorageError(StorageError)TransactionError(TransactionError)Trait Implementations
impl Debug for ServerError[src]
impl Display for ServerError[src]
impl Error for ServerError[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn description(&self) -> &str1.0.0[src]
fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl From<AddrParseError> for ServerError[src]
fn from(error: AddrParseError) -> Self[src]
impl From<BlockError> for ServerError[src]
fn from(error: BlockError) -> Self[src]
impl From<Box<ErrorKind>> for ServerError[src]
impl From<ConnectError> for ServerError[src]
fn from(error: ConnectError) -> Self[src]
impl From<Error> for ServerError[src]
impl From<HandshakeError> for ServerError[src]
fn from(error: HandshakeError) -> Self[src]
impl From<MessageError> for ServerError[src]
fn from(error: MessageError) -> Self[src]
impl From<PingProtocolError> for ServerError[src]
fn from(error: PingProtocolError) -> Self[src]
impl From<SendError> for ServerError[src]
impl From<ServerError> for NodeError[src]
fn from(error: ServerError) -> Self[src]
impl From<StorageError> for ServerError[src]
fn from(error: StorageError) -> Self[src]
impl From<TransactionError> for ServerError[src]
fn from(error: TransactionError) -> Self[src]
Auto Trait Implementations
impl !RefUnwindSafe for ServerError
impl Send for ServerError
impl Sync for ServerError
impl Unpin for ServerError
impl !UnwindSafe for ServerError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,