Enum open_notify_api::error::OpenNotificationError [] [src]

pub enum OpenNotificationError {
    Network(Error),
    Parsing(Error),
    Data(String),
}

Variants

Something went wrong while fetching the data.

Unexpected message structure.

Unexpected or inconsistent information is detected.

Trait Implementations

impl Debug for OpenNotificationError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for OpenNotificationError
[src]

[src]

Performs the conversion.

impl From<Error> for OpenNotificationError
[src]

[src]

Performs the conversion.

Auto Trait Implementations