Enum homeassistant::Error [] [src]

pub enum Error {
    Io(Error),
    Uri(UriError),
    Http(Error),
    Json(Error),
    RoadRunner(Error),
    Status(StatusCode),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<UriError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.