Enum vlq::Error [] [src]

pub enum Error {
    UnexpectedEof,
    InvalidBase64(u8),
    Overflow,
}

An error that occurred while decoding.

Variants

Unexpectedly hit EOF.

The input contained an invalid byte.

The input encoded a number that didn't fit into i64.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.