Enum aws_sdk_iotfleethub::Error
source · #[non_exhaustive]
pub enum Error {
ConflictException(ConflictException),
InternalFailureException(InternalFailureException),
InvalidRequestException(InvalidRequestException),
LimitExceededException(LimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ThrottlingException(ThrottlingException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
ConflictException(ConflictException)
The request conflicts with the current state of the resource.
InternalFailureException(InternalFailureException)
An unexpected error has occurred.
InvalidRequestException(InvalidRequestException)
The request is not valid.
LimitExceededException(LimitExceededException)
A limit has been exceeded.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource does not exist.
ThrottlingException(ThrottlingException)
The rate exceeds the limit.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
impl Error for Error
1.30.0 · 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<CreateApplicationError> for Error
impl From<CreateApplicationError> for Error
source§fn from(err: CreateApplicationError) -> Self
fn from(err: CreateApplicationError) -> Self
Converts to this type from the input type.
source§impl From<DeleteApplicationError> for Error
impl From<DeleteApplicationError> for Error
source§fn from(err: DeleteApplicationError) -> Self
fn from(err: DeleteApplicationError) -> Self
Converts to this type from the input type.
source§impl From<DescribeApplicationError> for Error
impl From<DescribeApplicationError> for Error
source§fn from(err: DescribeApplicationError) -> Self
fn from(err: DescribeApplicationError) -> Self
Converts to this type from the input type.
source§impl From<ListApplicationsError> for Error
impl From<ListApplicationsError> for Error
source§fn from(err: ListApplicationsError) -> Self
fn from(err: ListApplicationsError) -> Self
Converts to this type from the input type.
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateApplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateApplicationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateApplicationError, R>) -> Self
fn from(err: SdkError<CreateApplicationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteApplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteApplicationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteApplicationError, R>) -> Self
fn from(err: SdkError<DeleteApplicationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeApplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeApplicationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeApplicationError, R>) -> Self
fn from(err: SdkError<DescribeApplicationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListApplicationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListApplicationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListApplicationsError, R>) -> Self
fn from(err: SdkError<ListApplicationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateApplicationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateApplicationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateApplicationError, R>) -> Self
fn from(err: SdkError<UpdateApplicationError, R>) -> Self
Converts to this type from the input type.
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UpdateApplicationError> for Error
impl From<UpdateApplicationError> for Error
source§fn from(err: UpdateApplicationError) -> Self
fn from(err: UpdateApplicationError) -> Self
Converts to this type from the input type.