Enum azure_sdk_rust::azure::core::errors::TraversingError [] [src]

pub enum TraversingError {
    PathNotFound(String),
    MultipleNode(String),
    EnumerationNotMatched(String),
    DateTimeParseError(ParseError),
    TextNotFound,
    ParseIntError(ParseIntError),
    GenericParseError(String),
    ParsingError(ParsingError),
}

Variants

Trait Implementations

impl Debug for TraversingError
[src]

Formats the value using the given formatter.

impl From<ParseError> for TraversingError
[src]

Performs the conversion.

impl From<ParseIntError> for TraversingError
[src]

Performs the conversion.

impl From<ParsingError> for TraversingError
[src]

Performs the conversion.