Enum aws_sdk_devicefarm::Error
source · [−]#[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(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
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(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
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<CreateDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDevicePoolError, R>) -> Self
fn from(err: SdkError<CreateDevicePoolError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateInstanceProfileError, R>) -> Self
fn from(err: SdkError<CreateInstanceProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateNetworkProfileError, R>) -> Self
fn from(err: SdkError<CreateNetworkProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateProjectError, R>) -> Self
fn from(err: SdkError<CreateProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateRemoteAccessSessionError, R>) -> Self
fn from(err: SdkError<CreateRemoteAccessSessionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTestGridProjectError, R>) -> Self
fn from(err: SdkError<CreateTestGridProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateTestGridUrlError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTestGridUrlError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTestGridUrlError, R>) -> Self
fn from(err: SdkError<CreateTestGridUrlError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUploadError, R>) -> Self
fn from(err: SdkError<CreateUploadError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateVPCEConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateVPCEConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateVPCEConfigurationError, R>) -> Self
fn from(err: SdkError<CreateVPCEConfigurationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDevicePoolError, R>) -> Self
fn from(err: SdkError<DeleteDevicePoolError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteInstanceProfileError, R>) -> Self
fn from(err: SdkError<DeleteInstanceProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteNetworkProfileError, R>) -> Self
fn from(err: SdkError<DeleteNetworkProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteProjectError, R>) -> Self
fn from(err: SdkError<DeleteProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteRemoteAccessSessionError, R>) -> Self
fn from(err: SdkError<DeleteRemoteAccessSessionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteRunError, R>) -> Self
fn from(err: SdkError<DeleteRunError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteTestGridProjectError, R>) -> Self
fn from(err: SdkError<DeleteTestGridProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteUploadError, R>) -> Self
fn from(err: SdkError<DeleteUploadError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteVPCEConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteVPCEConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteVPCEConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteVPCEConfigurationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetAccountSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAccountSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetAccountSettingsError, R>) -> Self
fn from(err: SdkError<GetAccountSettingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDeviceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDeviceError, R>) -> Self
fn from(err: SdkError<GetDeviceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetDeviceInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDeviceInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDeviceInstanceError, R>) -> Self
fn from(err: SdkError<GetDeviceInstanceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetDevicePoolCompatibilityError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDevicePoolCompatibilityError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDevicePoolCompatibilityError, R>) -> Self
fn from(err: SdkError<GetDevicePoolCompatibilityError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDevicePoolError, R>) -> Self
fn from(err: SdkError<GetDevicePoolError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInstanceProfileError, R>) -> Self
fn from(err: SdkError<GetInstanceProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetJobError, R>) -> Self
fn from(err: SdkError<GetJobError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetNetworkProfileError, R>) -> Self
fn from(err: SdkError<GetNetworkProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetOfferingStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetOfferingStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetOfferingStatusError, R>) -> Self
fn from(err: SdkError<GetOfferingStatusError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetProjectError, R>) -> Self
fn from(err: SdkError<GetProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRemoteAccessSessionError, R>) -> Self
fn from(err: SdkError<GetRemoteAccessSessionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRunError, R>) -> Self
fn from(err: SdkError<GetRunError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetSuiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSuiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSuiteError, R>) -> Self
fn from(err: SdkError<GetSuiteError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTestError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTestError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTestError, R>) -> Self
fn from(err: SdkError<GetTestError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTestGridProjectError, R>) -> Self
fn from(err: SdkError<GetTestGridProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetTestGridSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTestGridSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTestGridSessionError, R>) -> Self
fn from(err: SdkError<GetTestGridSessionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetUploadError, R>) -> Self
fn from(err: SdkError<GetUploadError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetVPCEConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetVPCEConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetVPCEConfigurationError, R>) -> Self
fn from(err: SdkError<GetVPCEConfigurationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<InstallToRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<InstallToRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<InstallToRemoteAccessSessionError, R>) -> Self
fn from(err: SdkError<InstallToRemoteAccessSessionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListArtifactsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListArtifactsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListArtifactsError, R>) -> Self
fn from(err: SdkError<ListArtifactsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListDeviceInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDeviceInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDeviceInstancesError, R>) -> Self
fn from(err: SdkError<ListDeviceInstancesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListDevicePoolsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDevicePoolsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDevicePoolsError, R>) -> Self
fn from(err: SdkError<ListDevicePoolsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListDevicesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDevicesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDevicesError, R>) -> Self
fn from(err: SdkError<ListDevicesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListInstanceProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInstanceProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListInstanceProfilesError, R>) -> Self
fn from(err: SdkError<ListInstanceProfilesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListJobsError, R>) -> Self
fn from(err: SdkError<ListJobsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListNetworkProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListNetworkProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListNetworkProfilesError, R>) -> Self
fn from(err: SdkError<ListNetworkProfilesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListOfferingPromotionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOfferingPromotionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListOfferingPromotionsError, R>) -> Self
fn from(err: SdkError<ListOfferingPromotionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListOfferingTransactionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOfferingTransactionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListOfferingTransactionsError, R>) -> Self
fn from(err: SdkError<ListOfferingTransactionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListOfferingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOfferingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListOfferingsError, R>) -> Self
fn from(err: SdkError<ListOfferingsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListProjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListProjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListProjectsError, R>) -> Self
fn from(err: SdkError<ListProjectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListRemoteAccessSessionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListRemoteAccessSessionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListRemoteAccessSessionsError, R>) -> Self
fn from(err: SdkError<ListRemoteAccessSessionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListRunsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListRunsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListRunsError, R>) -> Self
fn from(err: SdkError<ListRunsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSamplesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSamplesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSamplesError, R>) -> Self
fn from(err: SdkError<ListSamplesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSuitesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSuitesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSuitesError, R>) -> Self
fn from(err: SdkError<ListSuitesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTestGridProjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTestGridProjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTestGridProjectsError, R>) -> Self
fn from(err: SdkError<ListTestGridProjectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTestGridSessionActionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTestGridSessionActionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTestGridSessionActionsError, R>) -> Self
fn from(err: SdkError<ListTestGridSessionActionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTestGridSessionArtifactsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTestGridSessionArtifactsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTestGridSessionArtifactsError, R>) -> Self
fn from(err: SdkError<ListTestGridSessionArtifactsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTestGridSessionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTestGridSessionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTestGridSessionsError, R>) -> Self
fn from(err: SdkError<ListTestGridSessionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTestsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTestsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTestsError, R>) -> Self
fn from(err: SdkError<ListTestsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListUniqueProblemsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUniqueProblemsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListUniqueProblemsError, R>) -> Self
fn from(err: SdkError<ListUniqueProblemsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListUploadsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUploadsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListUploadsError, R>) -> Self
fn from(err: SdkError<ListUploadsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListVPCEConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListVPCEConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListVPCEConfigurationsError, R>) -> Self
fn from(err: SdkError<ListVPCEConfigurationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<PurchaseOfferingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PurchaseOfferingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PurchaseOfferingError, R>) -> Self
fn from(err: SdkError<PurchaseOfferingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<RenewOfferingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RenewOfferingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RenewOfferingError, R>) -> Self
fn from(err: SdkError<RenewOfferingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ScheduleRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ScheduleRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ScheduleRunError, R>) -> Self
fn from(err: SdkError<ScheduleRunError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopJobError, R>) -> Self
fn from(err: SdkError<StopJobError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopRemoteAccessSessionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopRemoteAccessSessionError, R>) -> Self
fn from(err: SdkError<StopRemoteAccessSessionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopRunError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopRunError, R>) -> Self
fn from(err: SdkError<StopRunError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateDeviceInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDeviceInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDeviceInstanceError, R>) -> Self
fn from(err: SdkError<UpdateDeviceInstanceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDevicePoolError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDevicePoolError, R>) -> Self
fn from(err: SdkError<UpdateDevicePoolError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateInstanceProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateInstanceProfileError, R>) -> Self
fn from(err: SdkError<UpdateInstanceProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateNetworkProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateNetworkProfileError, R>) -> Self
fn from(err: SdkError<UpdateNetworkProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateProjectError, R>) -> Self
fn from(err: SdkError<UpdateProjectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateTestGridProjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateTestGridProjectError, R>) -> Self
fn from(err: SdkError<UpdateTestGridProjectError, R>) -> Self
Performs the conversion.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more