Enum aws_sdk_worklink::Error [−][src]
#[non_exhaustive]
pub enum Error {
InternalServerErrorException(InternalServerErrorException),
InvalidRequestException(InvalidRequestException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceNotFoundException(ResourceNotFoundException),
TooManyRequestsException(TooManyRequestsException),
UnauthorizedException(UnauthorizedException),
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
InternalServerErrorException(InternalServerErrorException)
Tuple Fields
The service is temporarily unavailable.
InvalidRequestException(InvalidRequestException)
Tuple Fields
The request is not valid.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
Tuple Fields
The resource already exists.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The requested resource was not found.
TooManyRequestsException(TooManyRequestsException)
Tuple Fields
The number of requests exceeds the limit.
UnauthorizedException(UnauthorizedException)
Tuple Fields
You are not authorized to perform this action.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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
