Enum async_zeroconf::BonjourError [−][src]
pub enum BonjourError {
Show 23 variants
Unknown,
NoSuchName,
NoMemory,
BadParam,
BadReference,
BadState,
BadFlags,
Unsupported,
NotInitialized,
AlreadyRegistered,
NameConflict,
Invalid,
Firewall,
Incompatible,
BadInterfaceIndex,
Refused,
NoSuchRecord,
NoAuth,
NoSuchKey,
NATTraversal,
DoubleNAT,
BadTime,
Undefined,
}
Expand description
An error from the Bonjour API
Further information about the requirements for service parameters can be found in the Bonjour API documentation.
Variants
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BonjourError
impl Send for BonjourError
impl Sync for BonjourError
impl Unpin for BonjourError
impl UnwindSafe for BonjourError
Blanket Implementations
Mutably borrows from an owned value. Read more