Enum libp2p_rendezvous::ErrorCode
source · [−]pub enum ErrorCode {
InvalidNamespace,
InvalidSignedPeerRecord,
InvalidTtl,
InvalidCookie,
NotAuthorized,
InternalError,
Unavailable,
}Variants
InvalidNamespace
InvalidSignedPeerRecord
InvalidTtl
InvalidCookie
NotAuthorized
InternalError
Unavailable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations
Mutably borrows from an owned value. Read more