Struct aws_http::auth::CredentialsStageError
source · pub struct CredentialsStageError { /* private fields */ }
Expand description
Failures that can occur in the credentials middleware.
Trait Implementations§
source§impl Debug for CredentialsStageError
impl Debug for CredentialsStageError
source§impl Display for CredentialsStageError
impl Display for CredentialsStageError
source§impl Error for CredentialsStageError
impl Error for CredentialsStageError
source§fn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + 'static)>
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<CredentialsError> for CredentialsStageError
impl From<CredentialsError> for CredentialsStageError
source§fn from(source: CredentialsError) -> Self
fn from(source: CredentialsError) -> Self
Converts to this type from the input type.