Enum libp2p_rendezvous::client::RegisterError
source · pub enum RegisterError {
NoExternalAddresses,
FailedToMakeRecord(SigningError),
Remote {
rendezvous_node: PeerId,
namespace: Namespace,
error: ErrorCode,
},
}Variants§
Trait Implementations§
source§impl Debug for RegisterError
impl Debug for RegisterError
source§impl Display for RegisterError
impl Display for RegisterError
source§impl Error for RegisterError
impl Error for RegisterError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<SigningError> for RegisterError
impl From<SigningError> for RegisterError
source§fn from(source: SigningError) -> Self
fn from(source: SigningError) -> Self
Converts to this type from the input type.