Enum fbthrift_git::ProtocolError
source · pub enum ProtocolError {
Show 14 variants
EOF,
BadVersion,
ProtocolVersionMissing,
SkipDepthExceeded,
StreamUnsupported,
UnexpectedStopInSkip,
InvalidTypeInSkip(TType),
InvalidProtocolID(i16),
InvalidMessageType(u32),
InvalidTypeTag,
InvalidDataLength,
InvalidValue,
TrailingData,
ApplicationException(ApplicationException),
}Variants§
EOF
BadVersion
ProtocolVersionMissing
SkipDepthExceeded
StreamUnsupported
UnexpectedStopInSkip
InvalidTypeInSkip(TType)
InvalidProtocolID(i16)
InvalidMessageType(u32)
InvalidTypeTag
InvalidDataLength
InvalidValue
TrailingData
ApplicationException(ApplicationException)
Trait Implementations§
source§impl Debug for ProtocolError
impl Debug for ProtocolError
source§impl Display for ProtocolError
impl Display for ProtocolError
source§impl Error for ProtocolError
impl Error for ProtocolError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()