Enum aws_sdk_chime::error::CreateRoomErrorKind [−][src]
#[non_exhaustive]
pub enum CreateRoomErrorKind {
BadRequestException(BadRequestException),
ForbiddenException(ForbiddenException),
NotFoundException(NotFoundException),
ResourceLimitExceededException(ResourceLimitExceededException),
ServiceFailureException(ServiceFailureException),
ServiceUnavailableException(ServiceUnavailableException),
ThrottledClientException(ThrottledClientException),
UnauthorizedClientException(UnauthorizedClientException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the CreateRoom operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BadRequestException(BadRequestException)
Tuple Fields
The input parameters don't match the service's restrictions.
ForbiddenException(ForbiddenException)
Tuple Fields
The client is permanently forbidden from making the request.
NotFoundException(NotFoundException)
Tuple Fields
One or more of the resources in the request does not exist in the system.
ResourceLimitExceededException(ResourceLimitExceededException)
Tuple Fields
The request exceeds the resource limit.
ServiceFailureException(ServiceFailureException)
Tuple Fields
The service encountered an unexpected error.
ServiceUnavailableException(ServiceUnavailableException)
The service is currently unavailable.
ThrottledClientException(ThrottledClientException)
Tuple Fields
The client exceeded its request rate limit.
UnauthorizedClientException(UnauthorizedClientException)
Tuple Fields
The client is not currently authorized to make the request.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateRoomErrorKind
impl Send for CreateRoomErrorKind
impl Sync for CreateRoomErrorKind
impl Unpin for CreateRoomErrorKind
impl !UnwindSafe for CreateRoomErrorKind
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