#[non_exhaustive]
pub enum DeleteAnalysisSchemeErrorKind {
BaseException(BaseException),
InternalException(InternalException),
InvalidTypeException(InvalidTypeException),
ResourceNotFoundException(ResourceNotFoundException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the DeleteAnalysisScheme operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BaseException(BaseException)
An error occurred while processing the request.
InternalException(InternalException)
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
InvalidTypeException(InvalidTypeException)
The request was rejected because it specified an invalid type definition.
ResourceNotFoundException(ResourceNotFoundException)
The request was rejected because it attempted to reference a resource that does not exist.
ValidationException(ValidationException)
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 DeleteAnalysisSchemeErrorKind
impl Send for DeleteAnalysisSchemeErrorKind
impl Sync for DeleteAnalysisSchemeErrorKind
impl Unpin for DeleteAnalysisSchemeErrorKind
impl !UnwindSafe for DeleteAnalysisSchemeErrorKind
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