pub enum AzureError {
Show 35 variants
PageNot512ByteAlignedError(u64, u64),
Not512ByteAlignedError(u64),
Base64DecodeError(DecodeError),
DigestNot16BytesLong(u64),
CRC64Not8BytesLong(u64),
ParseBoolError(ParseBoolError),
ToStrError(ToStrError),
JSONError(Error),
HyperError(Error),
IOError(Error),
XMLError(BuilderError),
UnexpectedXMLError(String),
AzurePathParseError(AzurePathParseError),
UnexpectedHTTPResult(UnexpectedHTTPResult),
UnexpectedValue(UnexpectedValue),
HeaderNotFound(String),
HeadersNotFound(Vec<String>),
ResponseParsingError(TraversingError),
ParseIntError(ParseIntError),
ParseFloatError(ParseFloatError),
ParseError(ParseError),
GenericError,
GenericErrorWithText(String),
ParsingError(ParsingError),
InputParametersError(String),
URLParseError(ParseError),
HttpPrepareError(Error),
ParseUuidError(Error),
ChronoParserError(ParseError),
UTF8Error(Utf8Error),
FromUtf8Error(FromUtf8Error),
SerdeXMLDeserializationError(Error),
MissingHeaderError(String),
MissingValueError(String, String),
FailureError(Error),
}
Variants§
PageNot512ByteAlignedError(u64, u64)
Not512ByteAlignedError(u64)
Base64DecodeError(DecodeError)
DigestNot16BytesLong(u64)
CRC64Not8BytesLong(u64)
ParseBoolError(ParseBoolError)
ToStrError(ToStrError)
JSONError(Error)
HyperError(Error)
IOError(Error)
XMLError(BuilderError)
UnexpectedXMLError(String)
AzurePathParseError(AzurePathParseError)
UnexpectedHTTPResult(UnexpectedHTTPResult)
UnexpectedValue(UnexpectedValue)
HeaderNotFound(String)
HeadersNotFound(Vec<String>)
ResponseParsingError(TraversingError)
ParseIntError(ParseIntError)
ParseFloatError(ParseFloatError)
ParseError(ParseError)
GenericError
GenericErrorWithText(String)
ParsingError(ParsingError)
InputParametersError(String)
URLParseError(ParseError)
HttpPrepareError(Error)
ParseUuidError(Error)
ChronoParserError(ParseError)
UTF8Error(Utf8Error)
FromUtf8Error(FromUtf8Error)
SerdeXMLDeserializationError(Error)
MissingHeaderError(String)
MissingValueError(String, String)
FailureError(Error)
Trait Implementations§
Source§impl Debug for AzureError
impl Debug for AzureError
Source§impl Display for AzureError
impl Display for AzureError
Source§impl Error for AzureError
impl Error for AzureError
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<()> for AzureError
impl From<()> for AzureError
Source§fn from(_: ()) -> AzureError
fn from(_: ()) -> AzureError
Converts to this type from the input type.
Source§impl From<AzurePathParseError> for AzureError
impl From<AzurePathParseError> for AzureError
Source§fn from(err: AzurePathParseError) -> AzureError
fn from(err: AzurePathParseError) -> AzureError
Converts to this type from the input type.
Source§impl From<BuilderError> for AzureError
impl From<BuilderError> for AzureError
Source§fn from(err: XMLError) -> AzureError
fn from(err: XMLError) -> AzureError
Converts to this type from the input type.
Source§impl From<DecodeError> for AzureError
impl From<DecodeError> for AzureError
Source§fn from(err: DecodeError) -> AzureError
fn from(err: DecodeError) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(err: Error) -> AzureError
fn from(err: Error) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(err: Error) -> AzureError
fn from(err: Error) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(err: IOError) -> AzureError
fn from(err: IOError) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(err: Error) -> AzureError
fn from(err: Error) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(err: Error) -> AzureError
fn from(err: Error) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(err: Error) -> AzureError
fn from(err: Error) -> AzureError
Converts to this type from the input type.
Source§impl From<Error> for AzureError
impl From<Error> for AzureError
Source§fn from(error: Error) -> AzureError
fn from(error: Error) -> AzureError
Converts to this type from the input type.
Source§impl From<FromUtf8Error> for AzureError
impl From<FromUtf8Error> for AzureError
Source§fn from(err: FromUtf8Error) -> AzureError
fn from(err: FromUtf8Error) -> AzureError
Converts to this type from the input type.
Source§impl From<ParseBoolError> for AzureError
impl From<ParseBoolError> for AzureError
Source§fn from(err: ParseBoolError) -> AzureError
fn from(err: ParseBoolError) -> AzureError
Converts to this type from the input type.
Source§impl From<ParseError> for AzureError
impl From<ParseError> for AzureError
Source§fn from(err: ParseError) -> AzureError
fn from(err: ParseError) -> AzureError
Converts to this type from the input type.
Source§impl From<ParseError> for AzureError
impl From<ParseError> for AzureError
Source§fn from(err: URLParseError) -> AzureError
fn from(err: URLParseError) -> AzureError
Converts to this type from the input type.
Source§impl From<ParseError> for AzureError
impl From<ParseError> for AzureError
Source§fn from(err: ParseError) -> AzureError
fn from(err: ParseError) -> AzureError
Converts to this type from the input type.
Source§impl From<ParseFloatError> for AzureError
impl From<ParseFloatError> for AzureError
Source§fn from(err: ParseFloatError) -> AzureError
fn from(err: ParseFloatError) -> AzureError
Converts to this type from the input type.
Source§impl From<ParseIntError> for AzureError
impl From<ParseIntError> for AzureError
Source§fn from(err: ParseIntError) -> AzureError
fn from(err: ParseIntError) -> AzureError
Converts to this type from the input type.
Source§impl From<ParsingError> for AzureError
impl From<ParsingError> for AzureError
Source§fn from(err: ParsingError) -> AzureError
fn from(err: ParsingError) -> AzureError
Converts to this type from the input type.
Source§impl From<ToStrError> for AzureError
impl From<ToStrError> for AzureError
Source§fn from(err: ToStrError) -> AzureError
fn from(err: ToStrError) -> AzureError
Converts to this type from the input type.
Source§impl From<TraversingError> for AzureError
impl From<TraversingError> for AzureError
Source§fn from(err: TraversingError) -> AzureError
fn from(err: TraversingError) -> AzureError
Converts to this type from the input type.
Source§impl From<UnexpectedHTTPResult> for AzureError
impl From<UnexpectedHTTPResult> for AzureError
Source§fn from(err: UnexpectedHTTPResult) -> AzureError
fn from(err: UnexpectedHTTPResult) -> AzureError
Converts to this type from the input type.
Source§impl From<UnexpectedValue> for AzureError
impl From<UnexpectedValue> for AzureError
Source§fn from(err: UnexpectedValue) -> AzureError
fn from(err: UnexpectedValue) -> AzureError
Converts to this type from the input type.
Source§impl From<Utf8Error> for AzureError
impl From<Utf8Error> for AzureError
Source§fn from(err: Utf8Error) -> AzureError
fn from(err: Utf8Error) -> AzureError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AzureError
impl !RefUnwindSafe for AzureError
impl Send for AzureError
impl Sync for AzureError
impl Unpin for AzureError
impl !UnwindSafe for AzureError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<E> Fail for E
impl<E> Fail for E
Source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read more