Enum awscreds::error::CredentialsError
source · pub enum CredentialsError {
}Variants§
NotEc2
ConfigNotFound
ConfigMissingAccessKeyId
ConfigMissingSecretKey
MissingEnvVar(String, String)
Atto(Error)
Ini(Error)
SerdeXml(DeError)
UrlParse(ParseError)
Io(Error)
Env(VarError)
HomeDir
NoCredentials
Trait Implementations§
source§impl Debug for CredentialsError
impl Debug for CredentialsError
source§impl Display for CredentialsError
impl Display for CredentialsError
source§impl Error for CredentialsError
impl Error for CredentialsError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + '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<DeError> for CredentialsError
impl From<DeError> for CredentialsError
source§impl From<Error> for CredentialsError
impl From<Error> for CredentialsError
source§impl From<Error> for CredentialsError
impl From<Error> for CredentialsError
source§impl From<Error> for CredentialsError
impl From<Error> for CredentialsError
source§impl From<ParseError> for CredentialsError
impl From<ParseError> for CredentialsError
source§fn from(source: ParseError) -> Self
fn from(source: ParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for CredentialsError
impl Send for CredentialsError
impl Sync for CredentialsError
impl Unpin for CredentialsError
impl !UnwindSafe for CredentialsError
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