Enum rusoto_lambda::GetAccountSettingsError [−][src]
pub enum GetAccountSettingsError {
Service(String),
TooManyRequests(String),
HttpDispatch(HttpDispatchError),
Credentials(CredentialsError),
Validation(String),
Unknown(String),
}Errors returned by GetAccountSettings
Variants
Service(String)The AWS Lambda service encountered an internal error.
TooManyRequests(String)
HttpDispatch(HttpDispatchError)An error occurred dispatching the HTTP request
Credentials(CredentialsError)An error was encountered with AWS credentials.
Validation(String)A validation error occurred. Details from AWS are provided.
Unknown(String)An unknown error occurred. The raw HTTP response is provided.
Methods
impl GetAccountSettingsError[src]
impl GetAccountSettingsErrorpub fn from_body(body: &str) -> GetAccountSettingsError[src]
pub fn from_body(body: &str) -> GetAccountSettingsErrorTrait Implementations
impl Debug for GetAccountSettingsError[src]
impl Debug for GetAccountSettingsErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for GetAccountSettingsError[src]
impl PartialEq for GetAccountSettingsErrorfn eq(&self, other: &GetAccountSettingsError) -> bool[src]
fn eq(&self, other: &GetAccountSettingsError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &GetAccountSettingsError) -> bool[src]
fn ne(&self, other: &GetAccountSettingsError) -> boolThis method tests for !=.
impl From<Error> for GetAccountSettingsError[src]
impl From<Error> for GetAccountSettingsErrorfn from(err: Error) -> GetAccountSettingsError[src]
fn from(err: Error) -> GetAccountSettingsErrorPerforms the conversion.
impl From<CredentialsError> for GetAccountSettingsError[src]
impl From<CredentialsError> for GetAccountSettingsErrorfn from(err: CredentialsError) -> GetAccountSettingsError[src]
fn from(err: CredentialsError) -> GetAccountSettingsErrorPerforms the conversion.
impl From<HttpDispatchError> for GetAccountSettingsError[src]
impl From<HttpDispatchError> for GetAccountSettingsErrorfn from(err: HttpDispatchError) -> GetAccountSettingsError[src]
fn from(err: HttpDispatchError) -> GetAccountSettingsErrorPerforms the conversion.
impl From<Error> for GetAccountSettingsError[src]
impl From<Error> for GetAccountSettingsErrorfn from(err: Error) -> GetAccountSettingsError[src]
fn from(err: Error) -> GetAccountSettingsErrorPerforms the conversion.
impl Display for GetAccountSettingsError[src]
impl Display for GetAccountSettingsErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for GetAccountSettingsError[src]
impl Error for GetAccountSettingsErrorAuto Trait Implementations
impl Send for GetAccountSettingsError
impl Send for GetAccountSettingsErrorimpl Sync for GetAccountSettingsError
impl Sync for GetAccountSettingsError