Enum aws_sdk_iotdataplane::Error [−][src]
#[non_exhaustive]
pub enum Error {
ConflictException(ConflictException),
InternalFailureException(InternalFailureException),
InvalidRequestException(InvalidRequestException),
MethodNotAllowedException(MethodNotAllowedException),
RequestEntityTooLargeException(RequestEntityTooLargeException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceUnavailableException(ServiceUnavailableException),
ThrottlingException(ThrottlingException),
UnauthorizedException(UnauthorizedException),
UnsupportedDocumentEncodingException(UnsupportedDocumentEncodingException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
ConflictException(ConflictException)
The specified version does not match the version of the document.
Tuple Fields of ConflictException
InternalFailureException(InternalFailureException)
An unexpected error has occurred.
Tuple Fields of InternalFailureException
InvalidRequestException(InvalidRequestException)
The request is not valid.
Tuple Fields of InvalidRequestException
MethodNotAllowedException(MethodNotAllowedException)
The specified combination of HTTP verb and URI is not supported.
Tuple Fields of MethodNotAllowedException
RequestEntityTooLargeException(RequestEntityTooLargeException)
The payload exceeds the maximum size allowed.
Tuple Fields of RequestEntityTooLargeException
ResourceNotFoundException(ResourceNotFoundException)
The specified resource does not exist.
Tuple Fields of ResourceNotFoundException
The service is temporarily unavailable.
ThrottlingException(ThrottlingException)
The rate exceeds the limit.
Tuple Fields of ThrottlingException
You are not authorized to perform this operation.
Tuple Fields of UnauthorizedException
UnsupportedDocumentEncodingException(UnsupportedDocumentEncodingException)
The document encoding is not supported.
Tuple Fields of UnsupportedDocumentEncodingException
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more