Enum vkrs::api::Error [] [src]

pub enum Error {
    Api(ApiError),
    Http(HttpError),
    Json(JsonError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter.

impl From<ApiError> for Error
[src]

Performs the conversion.

impl From<HttpError> for Error
[src]

Performs the conversion.

impl From<JsonError> for Error
[src]

Performs the conversion.

impl From<UrlError> for Error
[src]

Performs the conversion.