Enum libp2p_relay::v1::RelayError
source · [−]pub enum RelayError {
MissingRelayPeerId,
MissingRelayAddr,
MissingDstPeerId,
InvalidHash,
SendingMessageToBehaviour(SendError),
ResponseFromBehaviourCanceled,
DialingRelay,
MultipleCircuitRelayProtocolsUnsupported,
MalformedMultiaddr,
}
Expand description
Error that occurred during relay connection setup.
Variants
MissingRelayPeerId
MissingRelayAddr
MissingDstPeerId
InvalidHash
SendingMessageToBehaviour(SendError)
ResponseFromBehaviourCanceled
DialingRelay
MultipleCircuitRelayProtocolsUnsupported
MalformedMultiaddr
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 !=
.