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,
The errors that can arise while parsing a JSON stream.
Variants
Trait Implementations
impl StructuralPartialEq for ErrorCode
[src]
impl StructuralPartialEq for ErrorCode
[src]Auto Trait Implementations
impl RefUnwindSafe for ErrorCode
impl RefUnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode
impl UnwindSafe for ErrorCode