Enum ckb_network::errors::P2PError [−][src]
pub enum P2PError {
Transport(TransportErrorKind),
Protocol(ProtocolHandleErrorKind),
Dail(DialerErrorKind),
Listen(ListenErrorKind),
Send(SendErrorKind),
}Expand description
Error from tentacle
Variants
Not support transport or some other error
Tuple Fields of Transport
Handle panic or other error
Tuple Fields of Protocol
Dail error
Tuple Fields of Dail
Listen error
Tuple Fields of Listen
Net shutdown or too many messages blocked on