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 RelayError
impl Send for RelayError
impl Sync for RelayError
impl Unpin for RelayError
impl UnwindSafe for RelayError