Enum protobuf::error::WireError
[−]
[src]
pub enum WireError {
UnexpectedEof,
UnexpectedWireType(WireType),
IncorrectTag(u32),
IncompleteMap,
IncorrectVarint,
Utf8Error,
InvalidEnumValue(i32),
OverRecursionLimit,
Other,
}Enum values added here for diagnostic purposes. Users should not depend on specific values.
Variants
UnexpectedEofUnexpectedWireType(WireType)IncorrectTag(u32)IncompleteMapIncorrectVarintUtf8ErrorInvalidEnumValue(i32)OverRecursionLimitOther