Enum honeypot_blacklist::HoneypotBlacklistError [] [src]

pub enum HoneypotBlacklistError {
    InvalidApiKey,
    Domain(domainError),
}

Variants

Trait Implementations

impl Debug for HoneypotBlacklistError
[src]

Formats the value using the given formatter.

impl Display for HoneypotBlacklistError
[src]

Formats the value using the given formatter. Read more

impl Error for HoneypotBlacklistError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<domainError> for HoneypotBlacklistError
[src]

Performs the conversion.