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
HyperError(Error)IOError(IOError)XMLError(XMLError)UnexpectedHTTPResult(UnexpectedHTTPResult)HeaderNotFound(String)ResponseParsingError(TraversingError)ParseIntError(ParseIntError)ParseError(ParseError)GenericErrorParsingError(ParsingError)InputParametersError(String)URLParseError(URLParseError)Trait Implementations
impl Debug for AzureError[src]
impl From<URLParseError> for AzureError[src]
fn from(upe: URLParseError) -> AzureError
Performs the conversion.
impl From<ParseError> for AzureError[src]
fn from(pe: ParseError) -> AzureError
Performs the conversion.
impl From<()> for AzureError[src]
fn from(_: ()) -> AzureError
Performs the conversion.
impl From<Error> for AzureError[src]
fn from(he: Error) -> AzureError
Performs the conversion.
impl From<ParsingError> for AzureError[src]
fn from(pie: ParsingError) -> AzureError
Performs the conversion.
impl From<XMLError> for AzureError[src]
fn from(xmle: XMLError) -> AzureError
Performs the conversion.
impl From<IOError> for AzureError[src]
fn from(ioe: IOError) -> AzureError
Performs the conversion.
impl From<ParseError> for AzureError[src]
fn from(pe: ParseError) -> AzureError
Performs the conversion.
impl From<TraversingError> for AzureError[src]
fn from(te: TraversingError) -> AzureError
Performs the conversion.
impl From<ParseIntError> for AzureError[src]
fn from(pie: ParseIntError) -> AzureError
Performs the conversion.