Enum open_notify_api::error::OpenNotificationError
[−]
[src]
pub enum OpenNotificationError {
Network(Error),
Parsing(Error),
Data(String),
}Variants
Network(Error)Something went wrong while fetching the data.
Parsing(Error)Unexpected message structure.
Data(String)Unexpected or inconsistent information is detected.
Trait Implementations
impl Debug for OpenNotificationError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl From<Error> for OpenNotificationError[src]
fn from(e: Error) -> OpenNotificationError[src]
Performs the conversion.
impl From<Error> for OpenNotificationError[src]
fn from(e: Error) -> OpenNotificationError[src]
Performs the conversion.