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
Transport(TransportErrorKind)Not support transport or some other error
Tuple Fields of Transport
Protocol(ProtocolHandleErrorKind)Handle panic or other error
Tuple Fields of Protocol
Dail(DialerErrorKind)Dail error
Tuple Fields of Dail
Listen(ListenErrorKind)Listen error
Tuple Fields of Listen
Send(SendErrorKind)Net shutdown or too many messages blocked on