Enum rustc_ap_rustc_serialize::json::ErrorCode [−][src]
pub enum ErrorCode {
Show variants
InvalidSyntax,
InvalidNumber,
EOFWhileParsingObject,
EOFWhileParsingArray,
EOFWhileParsingValue,
EOFWhileParsingString,
KeyMustBeAString,
ExpectedColon,
TrailingCharacters,
TrailingComma,
InvalidEscape,
InvalidUnicodeCodePoint,
LoneLeadingSurrogateInHexEscape,
UnexpectedEndOfHexEscape,
UnrecognizedHex,
NotFourDigit,
NotUtf8,
}Expand description
The errors that can arise while parsing a JSON stream.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorCodeimpl UnwindSafe for ErrorCodeBlanket Implementations
Mutably borrows from an owned value. Read more