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