Enum protobuf::error::WireError [] [src]

pub enum WireError {
    UnexpectedEof,
    UnexpectedWireType(WireType),
    IncorrectTag(u32),
    IncompleteMap,
    IncorrectVarint,
    Utf8Error,
    InvalidEnumValue(i32),
    Other,
}

Enum values added here for diagnostic purposes. Users should not depend on specific values.

Variants

Trait Implementations

impl Debug for WireError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WireError

impl Sync for WireError