Enum ip_api::IpApiError [] [src]

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

Variants

Trait Implementations

impl Debug for IpApiError
[src]

[src]

Formats the value using the given formatter.

impl Error for IpApiError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for IpApiError
[src]

[src]

Formats the value using the given formatter. Read more