#[non_exhaustive]
pub enum Error {
    AccessDeniedException(AccessDeniedException),
    ConflictException(ConflictException),
    InternalServerException(InternalServerException),
    ResourceNotFoundException(ResourceNotFoundException),
    ServiceQuotaExceededException(ServiceQuotaExceededException),
    ThrottlingException(ThrottlingException),
    ValidationException(ValidationException),
    Unhandled(Unhandled),
}
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.
§

AccessDeniedException(AccessDeniedException)

The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.

§

ConflictException(ConflictException)

The request was unsuccessful because of a conflict.

§

InternalServerException(InternalServerException)

The request has failed to process because of an unknown server error, exception, or failure.

§

ResourceNotFoundException(ResourceNotFoundException)

The resource that you've entered was not found in your AWS account.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The operation was denied because the request would exceed the maximum quota set for Amazon Location Service.

§

ThrottlingException(ThrottlingException)

The request was denied because of request throttling.

§

ValidationException(ValidationException)

The input failed to meet the constraints specified by the AWS service.

§

Unhandled(Unhandled)

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AssociateTrackerConsumerError> for Error

source§

fn from(err: AssociateTrackerConsumerError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteDevicePositionHistoryError> for Error

source§

fn from(err: BatchDeleteDevicePositionHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteGeofenceError> for Error

source§

fn from(err: BatchDeleteGeofenceError) -> Self

Converts to this type from the input type.
source§

impl From<BatchEvaluateGeofencesError> for Error

source§

fn from(err: BatchEvaluateGeofencesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetDevicePositionError> for Error

source§

fn from(err: BatchGetDevicePositionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchPutGeofenceError> for Error

source§

fn from(err: BatchPutGeofenceError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdateDevicePositionError> for Error

source§

fn from(err: BatchUpdateDevicePositionError) -> Self

Converts to this type from the input type.
source§

impl From<CalculateRouteError> for Error

source§

fn from(err: CalculateRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CalculateRouteMatrixError> for Error

source§

fn from(err: CalculateRouteMatrixError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGeofenceCollectionError> for Error

source§

fn from(err: CreateGeofenceCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateKeyError> for Error

source§

fn from(err: CreateKeyError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMapError> for Error

source§

fn from(err: CreateMapError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePlaceIndexError> for Error

source§

fn from(err: CreatePlaceIndexError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRouteCalculatorError> for Error

source§

fn from(err: CreateRouteCalculatorError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrackerError> for Error

source§

fn from(err: CreateTrackerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGeofenceCollectionError> for Error

source§

fn from(err: DeleteGeofenceCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteKeyError> for Error

source§

fn from(err: DeleteKeyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMapError> for Error

source§

fn from(err: DeleteMapError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePlaceIndexError> for Error

source§

fn from(err: DeletePlaceIndexError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteCalculatorError> for Error

source§

fn from(err: DeleteRouteCalculatorError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrackerError> for Error

source§

fn from(err: DeleteTrackerError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGeofenceCollectionError> for Error

source§

fn from(err: DescribeGeofenceCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeKeyError> for Error

source§

fn from(err: DescribeKeyError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMapError> for Error

source§

fn from(err: DescribeMapError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePlaceIndexError> for Error

source§

fn from(err: DescribePlaceIndexError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRouteCalculatorError> for Error

source§

fn from(err: DescribeRouteCalculatorError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrackerError> for Error

source§

fn from(err: DescribeTrackerError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTrackerConsumerError> for Error

source§

fn from(err: DisassociateTrackerConsumerError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevicePositionError> for Error

source§

fn from(err: GetDevicePositionError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevicePositionHistoryError> for Error

source§

fn from(err: GetDevicePositionHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetGeofenceError> for Error

source§

fn from(err: GetGeofenceError) -> Self

Converts to this type from the input type.
source§

impl From<GetMapGlyphsError> for Error

source§

fn from(err: GetMapGlyphsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMapSpritesError> for Error

source§

fn from(err: GetMapSpritesError) -> Self

Converts to this type from the input type.
source§

impl From<GetMapStyleDescriptorError> for Error

source§

fn from(err: GetMapStyleDescriptorError) -> Self

Converts to this type from the input type.
source§

impl From<GetMapTileError> for Error

source§

fn from(err: GetMapTileError) -> Self

Converts to this type from the input type.
source§

impl From<GetPlaceError> for Error

source§

fn from(err: GetPlaceError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevicePositionsError> for Error

source§

fn from(err: ListDevicePositionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListGeofenceCollectionsError> for Error

source§

fn from(err: ListGeofenceCollectionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListGeofencesError> for Error

source§

fn from(err: ListGeofencesError) -> Self

Converts to this type from the input type.
source§

impl From<ListKeysError> for Error

source§

fn from(err: ListKeysError) -> Self

Converts to this type from the input type.
source§

impl From<ListMapsError> for Error

source§

fn from(err: ListMapsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPlaceIndexesError> for Error

source§

fn from(err: ListPlaceIndexesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRouteCalculatorsError> for Error

source§

fn from(err: ListRouteCalculatorsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrackerConsumersError> for Error

source§

fn from(err: ListTrackerConsumersError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrackersError> for Error

source§

fn from(err: ListTrackersError) -> Self

Converts to this type from the input type.
source§

impl From<PutGeofenceError> for Error

source§

fn from(err: PutGeofenceError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateTrackerConsumerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateTrackerConsumerError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchDeleteDevicePositionHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchDeleteDevicePositionHistoryError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchDeleteGeofenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchDeleteGeofenceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchEvaluateGeofencesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchEvaluateGeofencesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchGetDevicePositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchGetDevicePositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchPutGeofenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchPutGeofenceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchUpdateDevicePositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchUpdateDevicePositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CalculateRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CalculateRouteError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CalculateRouteMatrixError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CalculateRouteMatrixError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGeofenceCollectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateGeofenceCollectionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateKeyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateKeyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMapError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateMapError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePlaceIndexError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreatePlaceIndexError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRouteCalculatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateRouteCalculatorError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTrackerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateTrackerError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteGeofenceCollectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteGeofenceCollectionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteKeyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteKeyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMapError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteMapError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeletePlaceIndexError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeletePlaceIndexError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteRouteCalculatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteRouteCalculatorError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTrackerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteTrackerError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGeofenceCollectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeGeofenceCollectionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeKeyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeKeyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMapError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeMapError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePlaceIndexError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribePlaceIndexError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRouteCalculatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeRouteCalculatorError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTrackerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTrackerError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateTrackerConsumerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateTrackerConsumerError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDevicePositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetDevicePositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDevicePositionHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetDevicePositionHistoryError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetGeofenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetGeofenceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMapGlyphsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMapGlyphsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMapSpritesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMapSpritesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMapStyleDescriptorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMapStyleDescriptorError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMapTileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetMapTileError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPlaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetPlaceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDevicePositionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListDevicePositionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListGeofenceCollectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListGeofenceCollectionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListGeofencesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListGeofencesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListKeysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListKeysError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListMapsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListMapsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListPlaceIndexesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListPlaceIndexesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListRouteCalculatorsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListRouteCalculatorsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTagsForResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTrackerConsumersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTrackerConsumersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTrackersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTrackersError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutGeofenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutGeofenceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchPlaceIndexForPositionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchPlaceIndexForPositionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchPlaceIndexForSuggestionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchPlaceIndexForSuggestionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchPlaceIndexForTextError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchPlaceIndexForTextError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<TagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UntagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGeofenceCollectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateGeofenceCollectionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateKeyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateKeyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMapError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateMapError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdatePlaceIndexError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdatePlaceIndexError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateRouteCalculatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateRouteCalculatorError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateTrackerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateTrackerError, R>) -> Self

Converts to this type from the input type.
source§

impl From<SearchPlaceIndexForPositionError> for Error

source§

fn from(err: SearchPlaceIndexForPositionError) -> Self

Converts to this type from the input type.
source§

impl From<SearchPlaceIndexForSuggestionsError> for Error

source§

fn from(err: SearchPlaceIndexForSuggestionsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchPlaceIndexForTextError> for Error

source§

fn from(err: SearchPlaceIndexForTextError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGeofenceCollectionError> for Error

source§

fn from(err: UpdateGeofenceCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateKeyError> for Error

source§

fn from(err: UpdateKeyError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMapError> for Error

source§

fn from(err: UpdateMapError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePlaceIndexError> for Error

source§

fn from(err: UpdatePlaceIndexError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRouteCalculatorError> for Error

source§

fn from(err: UpdateRouteCalculatorError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTrackerError> for Error

source§

fn from(err: UpdateTrackerError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

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§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<E> Provider for Ewhere E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more