Enum rusqbin::errors::Error [] [src]

pub enum Error {
    PoisonedLock,
    JsonEncodingError(Error),
    IOError(Error),
    RegexError(Error),
    UrlParseError(ParseError),
    UnforeseenError,
    ServerError(Error),
    AddressParsingErr(AddrParseError),
    FromUtf8Error,
    HyperError,
}

Project-specfic error enum.

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl<T> From<PoisonError<T>> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<ParseError> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<AddrParseError> for Error
[src]

[src]

Performs the conversion.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl StdErr for Error
[src]

[src]

A short description of the error. Read more

[src]

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