Enum bitcoin::network::Error [−][src]
pub enum Error { Io(Error), SocketMutexPoisoned, SocketNotConnectedToPeer, }
Network error
Variants
Io(Error)
And I/O error
Socket mutex was poisoned
Not connected to peer
pub enum Error { Io(Error), SocketMutexPoisoned, SocketNotConnectedToPeer, }
Network error
Io(Error)
And I/O error
Socket mutex was poisoned
Not connected to peer
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error