#[non_exhaustive]
pub enum Error {
Show 13 variants ArgumentException(ArgumentException), CannotDeleteException(CannotDeleteException), IdempotencyException(IdempotencyException), InternalServiceException(InternalServiceException), InvalidOperationException(InvalidOperationException), LimitExceededException(LimitExceededException), NotEligibleException(NotEligibleException), NotFoundException(NotFoundException), ServiceAccountException(ServiceAccountException), TagOperationException(TagOperationException), TagPolicyException(TagPolicyException), TooManyTagsException(TooManyTagsException), 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.
§

ArgumentException(ArgumentException)

An invalid argument was specified.

§

CannotDeleteException(CannotDeleteException)

The requested object could not be deleted.

§

IdempotencyException(IdempotencyException)

An entity with the same name already exists.

§

InternalServiceException(InternalServiceException)

An internal exception was raised in the service. Contact aws-devicefarm-support@amazon.com if you see this error.

§

InvalidOperationException(InvalidOperationException)

There was an error with the update request, or you do not have sufficient permissions to update this VPC endpoint configuration.

§

LimitExceededException(LimitExceededException)

A limit was exceeded.

§

NotEligibleException(NotEligibleException)

Exception gets thrown when a user is not eligible to perform the specified transaction.

§

NotFoundException(NotFoundException)

The specified entity was not found.

§

ServiceAccountException(ServiceAccountException)

There was a problem with the service account.

§

TagOperationException(TagOperationException)

The operation was not successful. Try again.

§

TagPolicyException(TagPolicyException)

The request doesn't comply with the AWS Identity and Access Management (IAM) tag policy. Correct your request and then retry it.

§

TooManyTagsException(TooManyTagsException)

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

§

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

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<CreateDevicePoolError> for Error

source§

fn from(err: CreateDevicePoolError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInstanceProfileError> for Error

source§

fn from(err: CreateInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkProfileError> for Error

source§

fn from(err: CreateNetworkProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProjectError> for Error

source§

fn from(err: CreateProjectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRemoteAccessSessionError> for Error

source§

fn from(err: CreateRemoteAccessSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTestGridProjectError> for Error

source§

fn from(err: CreateTestGridProjectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTestGridUrlError> for Error

source§

fn from(err: CreateTestGridUrlError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUploadError> for Error

source§

fn from(err: CreateUploadError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVPCEConfigurationError> for Error

source§

fn from(err: CreateVPCEConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDevicePoolError> for Error

source§

fn from(err: DeleteDevicePoolError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInstanceProfileError> for Error

source§

fn from(err: DeleteInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkProfileError> for Error

source§

fn from(err: DeleteNetworkProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectError> for Error

source§

fn from(err: DeleteProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRemoteAccessSessionError> for Error

source§

fn from(err: DeleteRemoteAccessSessionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRunError> for Error

source§

fn from(err: DeleteRunError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTestGridProjectError> for Error

source§

fn from(err: DeleteTestGridProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUploadError> for Error

source§

fn from(err: DeleteUploadError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVPCEConfigurationError> for Error

source§

fn from(err: DeleteVPCEConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetAccountSettingsError> for Error

source§

fn from(err: GetAccountSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeviceError> for Error

source§

fn from(err: GetDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeviceInstanceError> for Error

source§

fn from(err: GetDeviceInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevicePoolCompatibilityError> for Error

source§

fn from(err: GetDevicePoolCompatibilityError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevicePoolError> for Error

source§

fn from(err: GetDevicePoolError) -> Self

Converts to this type from the input type.
source§

impl From<GetInstanceProfileError> for Error

source§

fn from(err: GetInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobError> for Error

source§

fn from(err: GetJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetNetworkProfileError> for Error

source§

fn from(err: GetNetworkProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetOfferingStatusError> for Error

source§

fn from(err: GetOfferingStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetProjectError> for Error

source§

fn from(err: GetProjectError) -> Self

Converts to this type from the input type.
source§

impl From<GetRemoteAccessSessionError> for Error

source§

fn from(err: GetRemoteAccessSessionError) -> Self

Converts to this type from the input type.
source§

impl From<GetRunError> for Error

source§

fn from(err: GetRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetSuiteError> for Error

source§

fn from(err: GetSuiteError) -> Self

Converts to this type from the input type.
source§

impl From<GetTestError> for Error

source§

fn from(err: GetTestError) -> Self

Converts to this type from the input type.
source§

impl From<GetTestGridProjectError> for Error

source§

fn from(err: GetTestGridProjectError) -> Self

Converts to this type from the input type.
source§

impl From<GetTestGridSessionError> for Error

source§

fn from(err: GetTestGridSessionError) -> Self

Converts to this type from the input type.
source§

impl From<GetUploadError> for Error

source§

fn from(err: GetUploadError) -> Self

Converts to this type from the input type.
source§

impl From<GetVPCEConfigurationError> for Error

source§

fn from(err: GetVPCEConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<InstallToRemoteAccessSessionError> for Error

source§

fn from(err: InstallToRemoteAccessSessionError) -> Self

Converts to this type from the input type.
source§

impl From<ListArtifactsError> for Error

source§

fn from(err: ListArtifactsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDeviceInstancesError> for Error

source§

fn from(err: ListDeviceInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevicePoolsError> for Error

source§

fn from(err: ListDevicePoolsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevicesError> for Error

source§

fn from(err: ListDevicesError) -> Self

Converts to this type from the input type.
source§

impl From<ListInstanceProfilesError> for Error

source§

fn from(err: ListInstanceProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobsError> for Error

source§

fn from(err: ListJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListNetworkProfilesError> for Error

source§

fn from(err: ListNetworkProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListOfferingPromotionsError> for Error

source§

fn from(err: ListOfferingPromotionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListOfferingTransactionsError> for Error

source§

fn from(err: ListOfferingTransactionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListOfferingsError> for Error

source§

fn from(err: ListOfferingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProjectsError> for Error

source§

fn from(err: ListProjectsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRemoteAccessSessionsError> for Error

source§

fn from(err: ListRemoteAccessSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRunsError> for Error

source§

fn from(err: ListRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSamplesError> for Error

source§

fn from(err: ListSamplesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSuitesError> for Error

source§

fn from(err: ListSuitesError) -> 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<ListTestGridProjectsError> for Error

source§

fn from(err: ListTestGridProjectsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestGridSessionActionsError> for Error

source§

fn from(err: ListTestGridSessionActionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestGridSessionArtifactsError> for Error

source§

fn from(err: ListTestGridSessionArtifactsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestGridSessionsError> for Error

source§

fn from(err: ListTestGridSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestsError> for Error

source§

fn from(err: ListTestsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUniqueProblemsError> for Error

source§

fn from(err: ListUniqueProblemsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUploadsError> for Error

source§

fn from(err: ListUploadsError) -> Self

Converts to this type from the input type.
source§

impl From<ListVPCEConfigurationsError> for Error

source§

fn from(err: ListVPCEConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<PurchaseOfferingError> for Error

source§

fn from(err: PurchaseOfferingError) -> Self

Converts to this type from the input type.
source§

impl From<RenewOfferingError> for Error

source§

fn from(err: RenewOfferingError) -> Self

Converts to this type from the input type.
source§

impl From<ScheduleRunError> for Error

source§

fn from(err: ScheduleRunError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListSuitesError, 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<ListTestGridProjectsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<StopRunError, 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<UpdateDeviceInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StopJobError> for Error

source§

fn from(err: StopJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopRemoteAccessSessionError> for Error

source§

fn from(err: StopRemoteAccessSessionError) -> Self

Converts to this type from the input type.
source§

impl From<StopRunError> for Error

source§

fn from(err: StopRunError) -> 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<UpdateDeviceInstanceError> for Error

source§

fn from(err: UpdateDeviceInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDevicePoolError> for Error

source§

fn from(err: UpdateDevicePoolError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInstanceProfileError> for Error

source§

fn from(err: UpdateInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNetworkProfileError> for Error

source§

fn from(err: UpdateNetworkProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateProjectError> for Error

source§

fn from(err: UpdateProjectError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTestGridProjectError> for Error

source§

fn from(err: UpdateTestGridProjectError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUploadError> for Error

source§

fn from(err: UpdateUploadError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateVPCEConfigurationError> for Error

source§

fn from(err: UpdateVPCEConfigurationError) -> 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,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

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>,

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.
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.
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