Enum deser_hjson::ErrorCode [−][src]
pub enum ErrorCode {
Show variants
Eof,
ExpectedBoolean,
ExpectedInteger,
ExpectedI8,
ExpectedI16,
ExpectedI32,
ExpectedI64,
ExpectedU8,
ExpectedU16,
ExpectedU32,
ExpectedU64,
ExpectedF32,
ExpectedF64,
ExpectedPositiveInteger,
ExpectedString,
ExpectedNull,
ExpectedArray,
ExpectedArrayComma,
ExpectedArrayEnd,
ExpectedMap,
ExpectedMapColon,
ExpectedMapComma,
ExpectedMapEnd,
ExpectedEnum,
ExpectedSingleChar,
InvalidEscapeSequence,
TrailingCharacters,
UnexpectedChar,
}Expand description
The types of errors which can happen in our code during deserialization
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCodeimpl UnwindSafe for ErrorCodeBlanket Implementations
Mutably borrows from an owned value. Read more