Enum eureka_client::EurekaError []

pub enum EurekaError {
    Network(ReqwestError),
    Request(StatusCode),
    UnexpectedState(String),
    ParseError(String),
}

Variants

Trait Implementations

impl Debug for EurekaError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for EurekaError

Formats the value using the given formatter. Read more

impl Error for EurekaError

A short description of the error. Read more

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

Auto Trait Implementations

impl Send for EurekaError

impl Sync for EurekaError