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

pub enum AzureError {
    HyperError(Error),
    IOError(IOError),
    XMLError(XMLError),
    UnexpectedHTTPResult(UnexpectedHTTPResult),
    HeaderNotFound(String),
    ResponseParsingError(TraversingError),
    ParseIntError(ParseIntError),
    ParseError(ParseError),
    GenericError,
    ParsingError(ParsingError),
    InputParametersError(String),
    URLParseError(URLParseError),
}

Variants

Trait Implementations

impl Debug for AzureError
[src]

Formats the value using the given formatter.

impl From<URLParseError> for AzureError
[src]

Performs the conversion.

impl From<ParseError> for AzureError
[src]

Performs the conversion.

impl From<()> for AzureError
[src]

Performs the conversion.

impl From<Error> for AzureError
[src]

Performs the conversion.

impl From<ParsingError> for AzureError
[src]

Performs the conversion.

impl From<XMLError> for AzureError
[src]

Performs the conversion.

impl From<IOError> for AzureError
[src]

Performs the conversion.

impl From<ParseError> for AzureError
[src]

Performs the conversion.

impl From<TraversingError> for AzureError
[src]

Performs the conversion.

impl From<ParseIntError> for AzureError
[src]

Performs the conversion.