Enum libp2p_relay::RelayError [−][src]
pub enum RelayError {
MissingRelayPeerId,
MissingRelayAddr,
MissingDstPeerId,
InvalidHash,
SendingMessageToBehaviour(SendError),
ResponseFromBehaviourCanceled,
DialingRelay,
MultipleCircuitRelayProtocolsUnsupported,
MalformedMultiaddr,
}Expand description
Error that occurred during relay connection setup.
Variants
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RelayErrorimpl Send for RelayErrorimpl Sync for RelayErrorimpl Unpin for RelayErrorimpl UnwindSafe for RelayError