#[non_exhaustive]pub enum CreateSamplingRuleError {
InvalidRequestException(InvalidRequestException),
RuleLimitExceededException(RuleLimitExceededException),
ThrottledException(ThrottledException),
Unhandled(Unhandled),
}
Expand description
Error type for the CreateSamplingRuleError
operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
InvalidRequestException(InvalidRequestException)
The request is missing required parameters or has invalid parameters.
RuleLimitExceededException(RuleLimitExceededException)
You have reached the maximum number of sampling rules.
ThrottledException(ThrottledException)
The request exceeds the maximum number of requests per second.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl CreateSamplingRuleError
impl CreateSamplingRuleError
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the CreateSamplingRuleError::Unhandled
variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the CreateSamplingRuleError::Unhandled
variant from a ::aws_smithy_types::error::ErrorMetadata
.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_invalid_request_exception(&self) -> bool
pub fn is_invalid_request_exception(&self) -> bool
Returns true
if the error kind is CreateSamplingRuleError::InvalidRequestException
.
sourcepub fn is_rule_limit_exceeded_exception(&self) -> bool
pub fn is_rule_limit_exceeded_exception(&self) -> bool
Returns true
if the error kind is CreateSamplingRuleError::RuleLimitExceededException
.
sourcepub fn is_throttled_exception(&self) -> bool
pub fn is_throttled_exception(&self) -> bool
Returns true
if the error kind is CreateSamplingRuleError::ThrottledException
.
Trait Implementations§
source§impl CreateUnhandledError for CreateSamplingRuleError
impl CreateUnhandledError for CreateSamplingRuleError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source
and error metadata.source§impl Debug for CreateSamplingRuleError
impl Debug for CreateSamplingRuleError
source§impl Display for CreateSamplingRuleError
impl Display for CreateSamplingRuleError
source§impl Error for CreateSamplingRuleError
impl Error for CreateSamplingRuleError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateSamplingRuleError> for Error
impl From<CreateSamplingRuleError> for Error
source§fn from(err: CreateSamplingRuleError) -> Self
fn from(err: CreateSamplingRuleError) -> Self
source§impl ProvideErrorMetadata for CreateSamplingRuleError
impl ProvideErrorMetadata for CreateSamplingRuleError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for CreateSamplingRuleError
impl RequestId for CreateSamplingRuleError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.