Enum vlq::Error [] [src]

pub enum Error {
    InvalidBase64,
    IOError(Error),
}

An error that occurred while decoding.

Variants

The input contained an invalid byte.

An I/O error occurred while reading.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.