Enum aws_sdk_cloudsearch::Error [−][src]
#[non_exhaustive]
pub enum Error {
BaseException(BaseException),
DisabledOperationException(DisabledOperationException),
InternalException(InternalException),
InvalidTypeException(InvalidTypeException),
LimitExceededException(LimitExceededException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceNotFoundException(ResourceNotFoundException),
ValidationException(ValidationException),
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
BaseException(BaseException)
Tuple Fields
An error occurred while processing the request.
DisabledOperationException(DisabledOperationException)
Tuple Fields
The request was rejected because it attempted an operation which is not enabled.
InternalException(InternalException)
Tuple Fields
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
InvalidTypeException(InvalidTypeException)
Tuple Fields
The request was rejected because it specified an invalid type definition.
LimitExceededException(LimitExceededException)
Tuple Fields
The request was rejected because a resource limit has already been met.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
Tuple Fields
The request was rejected because it attempted to create a resource that already exists.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The request was rejected because it attempted to reference a resource that does not exist.
ValidationException(ValidationException)
Tuple Fields
The request was rejected because it has invalid parameters.
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.
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
