Enum krill::cli::Error[][src]

pub enum Error {
    MissingCommand,
    ServerDown,
    HttpClientError(Error),
    ReportError(ReportError),
    IoError(KrillIoError),
    EmptyResponse,
    Rfc8183(Error),
    InitError(String),
    InputError(String),
}

Variants

MissingCommand
ServerDown
HttpClientError(Error)

Tuple Fields of HttpClientError

0: Error
ReportError(ReportError)

Tuple Fields of ReportError

0: ReportError
IoError(KrillIoError)

Tuple Fields of IoError

0: KrillIoError
EmptyResponse
Rfc8183(Error)

Tuple Fields of Rfc8183

0: Error
InitError(String)

Tuple Fields of InitError

0: String
InputError(String)

Tuple Fields of InputError

0: String

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Write text escaped for the given mode to target.

Write text as is to target.

Write text encoded in BASE64 to target.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.