Enum ip_api::IpApiError[][src]

pub enum IpApiError {
    PrivateRange,
    ReservedRange,
    InvalidQuery,
    Quota,
    OtherError(String),
}

Variants

The IP address is part of a private range

The IP address is part of a reserved range

Invalid IP address or domain name

Quota exceeded, go unban yourself

Some other error has occurred

Trait Implementations

impl Debug for IpApiError
[src]

Formats the value using the given formatter. Read more

impl Error for IpApiError
[src]

This method is soft-deprecated. Read more

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

impl Display for IpApiError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IpApiError

impl Sync for IpApiError