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

pub enum Error {
    PoisonedLock,
    JsonEncodingError(EncoderError),
    IOError(Error),
    RegexError(Error),
    UrlParseError(ParseError),
    UnforeseenError,
    ServerError(Error),
}

Project-specfic error enum.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<EncoderError> 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<ParseError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.