Enum aws_sdk_cloudsearch::error::BuildSuggestersErrorKind [−][src]
#[non_exhaustive]
pub enum BuildSuggestersErrorKind {
BaseException(BaseException),
InternalException(InternalException),
ResourceNotFoundException(ResourceNotFoundException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the BuildSuggesters operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
BaseException(BaseException)
Tuple Fields
An error occurred while processing the request.
InternalException(InternalException)
Tuple Fields
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
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 unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BuildSuggestersErrorKind
impl Send for BuildSuggestersErrorKind
impl Sync for BuildSuggestersErrorKind
impl Unpin for BuildSuggestersErrorKind
impl !UnwindSafe for BuildSuggestersErrorKind
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
