Enum azure_sdk_for_rust::core::errors::AzurePathParseError[]

pub enum AzurePathParseError {
    PathSeparatorNotFoundError,
    MultiplePathSeparatorsFoundError,
    MissingContainerError,
    MissingBlobError,
}

Variants

Trait Implementations

impl Debug for AzurePathParseError
[src]

Formats the value using the given formatter. Read more

impl Display for AzurePathParseError

Formats the value using the given formatter. Read more

impl Error for AzurePathParseError

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<AzurePathParseError> for AzureError

Performs the conversion.

Auto Trait Implementations