Enum serde_xml::error::ErrorCode [] [src]

pub enum ErrorCode {
    EOF,
    RawValueCannotHaveAttributes,
    InvalidOptionalElement,
    NotUtf8,
    SerdeExpectedSomeValue(String),
    ExpectedEOF,
    LexingError(LexerError),
    Expected(&'static str),
    XmlDoesntSupportSeqofSeq,
    NonWhitespaceBetweenElements,
}

The errors that can arise while parsing a JSON stream.

Variants

Trait Implementations

impl Clone for ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ErrorCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ErrorCode
[src]

Formats the value using the given formatter.