Enum aws_sdk_xray::Error
source · [−]#[non_exhaustive]
pub enum Error {
InvalidRequestException(InvalidRequestException),
ResourceNotFoundException(ResourceNotFoundException),
RuleLimitExceededException(RuleLimitExceededException),
ThrottledException(ThrottledException),
TooManyTagsException(TooManyTagsException),
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
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.
InvalidRequestException(InvalidRequestException)
The request is missing required parameters or has invalid parameters.
ResourceNotFoundException(ResourceNotFoundException)
The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is correct.
RuleLimitExceededException(RuleLimitExceededException)
You have reached the maximum number of sampling rules.
ThrottledException(ThrottledException)
The request exceeds the maximum number of requests per second.
TooManyTagsException(TooManyTagsException)
You have exceeded the maximum number of tags you can apply to this resource.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl<R> From<SdkError<BatchGetTracesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetTracesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchGetTracesError, R>) -> Self
fn from(err: SdkError<BatchGetTracesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateGroupError, R>) -> Self
fn from(err: SdkError<CreateGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateSamplingRuleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSamplingRuleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSamplingRuleError, R>) -> Self
fn from(err: SdkError<CreateSamplingRuleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteGroupError, R>) -> Self
fn from(err: SdkError<DeleteGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteSamplingRuleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSamplingRuleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSamplingRuleError, R>) -> Self
fn from(err: SdkError<DeleteSamplingRuleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetEncryptionConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetEncryptionConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetEncryptionConfigError, R>) -> Self
fn from(err: SdkError<GetEncryptionConfigError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetGroupError, R>) -> Self
fn from(err: SdkError<GetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetGroupsError, R>) -> Self
fn from(err: SdkError<GetGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInsightError, R>) -> Self
fn from(err: SdkError<GetInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInsightEventsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightEventsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInsightEventsError, R>) -> Self
fn from(err: SdkError<GetInsightEventsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInsightImpactGraphError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightImpactGraphError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInsightImpactGraphError, R>) -> Self
fn from(err: SdkError<GetInsightImpactGraphError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInsightSummariesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightSummariesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInsightSummariesError, R>) -> Self
fn from(err: SdkError<GetInsightSummariesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetSamplingRulesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSamplingRulesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSamplingRulesError, R>) -> Self
fn from(err: SdkError<GetSamplingRulesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetSamplingStatisticSummariesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSamplingStatisticSummariesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSamplingStatisticSummariesError, R>) -> Self
fn from(err: SdkError<GetSamplingStatisticSummariesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetSamplingTargetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSamplingTargetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSamplingTargetsError, R>) -> Self
fn from(err: SdkError<GetSamplingTargetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetServiceGraphError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetServiceGraphError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetServiceGraphError, R>) -> Self
fn from(err: SdkError<GetServiceGraphError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTimeSeriesServiceStatisticsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTimeSeriesServiceStatisticsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTimeSeriesServiceStatisticsError, R>) -> Self
fn from(err: SdkError<GetTimeSeriesServiceStatisticsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTraceGraphError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTraceGraphError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTraceGraphError, R>) -> Self
fn from(err: SdkError<GetTraceGraphError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTraceSummariesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTraceSummariesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTraceSummariesError, R>) -> Self
fn from(err: SdkError<GetTraceSummariesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutEncryptionConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutEncryptionConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutEncryptionConfigError, R>) -> Self
fn from(err: SdkError<PutEncryptionConfigError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutTelemetryRecordsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutTelemetryRecordsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutTelemetryRecordsError, R>) -> Self
fn from(err: SdkError<PutTelemetryRecordsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutTraceSegmentsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutTraceSegmentsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutTraceSegmentsError, R>) -> Self
fn from(err: SdkError<PutTraceSegmentsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more