Enum aws_sdk_robomaker::Error

source ·
#[non_exhaustive]
pub enum Error { ConcurrentDeploymentException(ConcurrentDeploymentException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), InternalServerException(InternalServerException), InvalidParameterException(InvalidParameterException), LimitExceededException(LimitExceededException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceNotFoundException(ResourceNotFoundException), ServiceUnavailableException(ServiceUnavailableException), ThrottlingException(ThrottlingException), 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.
§

ConcurrentDeploymentException(ConcurrentDeploymentException)

The failure percentage threshold percentage was met.

§

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

§

InternalServerException(InternalServerException)

AWS RoboMaker experienced a service issue. Try your call again.

§

InvalidParameterException(InvalidParameterException)

A parameter specified in a request is not valid, is unsupported, or cannot be used. The returned message provides an explanation of the error value.

§

LimitExceededException(LimitExceededException)

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

The specified resource already exists.

§

ResourceNotFoundException(ResourceNotFoundException)

The specified resource does not exist.

§

ServiceUnavailableException(ServiceUnavailableException)

The request has failed due to a temporary failure of the server.

§

ThrottlingException(ThrottlingException)

AWS RoboMaker is temporarily unable to process the request. Try your call again.

§

Unhandled(Unhandled)

👎Deprecated: Matching Unhandled directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code():    err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ } See ProvideErrorMetadata for what information is available for the error.

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, request: &mut Request<'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<BatchDeleteWorldsError> for Error

source§

fn from(err: BatchDeleteWorldsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDescribeSimulationJobError> for Error

source§

fn from(err: BatchDescribeSimulationJobError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CancelDeploymentJobError> for Error

source§

fn from(err: CancelDeploymentJobError) -> Self

Converts to this type from the input type.
source§

impl From<CancelSimulationJobBatchError> for Error

source§

fn from(err: CancelSimulationJobBatchError) -> Self

Converts to this type from the input type.
source§

impl From<CancelSimulationJobError> for Error

source§

fn from(err: CancelSimulationJobError) -> Self

Converts to this type from the input type.
source§

impl From<CancelWorldExportJobError> for Error

source§

fn from(err: CancelWorldExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CancelWorldGenerationJobError> for Error

source§

fn from(err: CancelWorldGenerationJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDeploymentJobError> for Error

source§

fn from(err: CreateDeploymentJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetError> for Error

source§

fn from(err: CreateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRobotApplicationError> for Error

source§

fn from(err: CreateRobotApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRobotApplicationVersionError> for Error

source§

fn from(err: CreateRobotApplicationVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRobotError> for Error

source§

fn from(err: CreateRobotError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSimulationApplicationError> for Error

source§

fn from(err: CreateSimulationApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSimulationApplicationVersionError> for Error

source§

fn from(err: CreateSimulationApplicationVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSimulationJobError> for Error

source§

fn from(err: CreateSimulationJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorldExportJobError> for Error

source§

fn from(err: CreateWorldExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorldGenerationJobError> for Error

source§

fn from(err: CreateWorldGenerationJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorldTemplateError> for Error

source§

fn from(err: CreateWorldTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetError> for Error

source§

fn from(err: DeleteFleetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRobotApplicationError> for Error

source§

fn from(err: DeleteRobotApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRobotError> for Error

source§

fn from(err: DeleteRobotError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSimulationApplicationError> for Error

source§

fn from(err: DeleteSimulationApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorldTemplateError> for Error

source§

fn from(err: DeleteWorldTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterRobotError> for Error

source§

fn from(err: DeregisterRobotError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDeploymentJobError> for Error

source§

fn from(err: DescribeDeploymentJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetError> for Error

source§

fn from(err: DescribeFleetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRobotApplicationError> for Error

source§

fn from(err: DescribeRobotApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRobotError> for Error

source§

fn from(err: DescribeRobotError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSimulationApplicationError> for Error

source§

fn from(err: DescribeSimulationApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSimulationJobBatchError> for Error

source§

fn from(err: DescribeSimulationJobBatchError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSimulationJobError> for Error

source§

fn from(err: DescribeSimulationJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWorldError> for Error

source§

fn from(err: DescribeWorldError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWorldExportJobError> for Error

source§

fn from(err: DescribeWorldExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWorldGenerationJobError> for Error

source§

fn from(err: DescribeWorldGenerationJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWorldTemplateError> for Error

source§

fn from(err: DescribeWorldTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorldTemplateBodyError> for Error

source§

fn from(err: GetWorldTemplateBodyError) -> Self

Converts to this type from the input type.
source§

impl From<ListDeploymentJobsError> for Error

source§

fn from(err: ListDeploymentJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFleetsError> for Error

source§

fn from(err: ListFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRobotApplicationsError> for Error

source§

fn from(err: ListRobotApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRobotsError> for Error

source§

fn from(err: ListRobotsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSimulationApplicationsError> for Error

source§

fn from(err: ListSimulationApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSimulationJobBatchesError> for Error

source§

fn from(err: ListSimulationJobBatchesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSimulationJobsError> for Error

source§

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

source§

fn from(err: ListWorldExportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorldGenerationJobsError> for Error

source§

fn from(err: ListWorldGenerationJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorldTemplatesError> for Error

source§

fn from(err: ListWorldTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorldsError> for Error

source§

fn from(err: ListWorldsError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterRobotError> for Error

source§

fn from(err: RegisterRobotError) -> Self

Converts to this type from the input type.
source§

impl From<RestartSimulationJobError> for Error

source§

fn from(err: RestartSimulationJobError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchDeleteWorldsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchDescribeSimulationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelDeploymentJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelSimulationJobBatchError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelSimulationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelWorldExportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelWorldGenerationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDeploymentJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFleetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRobotApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRobotApplicationVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRobotError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSimulationApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSimulationApplicationVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSimulationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWorldExportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWorldGenerationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateWorldTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFleetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteRobotApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteRobotError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSimulationApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteWorldTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterRobotError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDeploymentJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRobotApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRobotError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSimulationApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSimulationJobBatchError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSimulationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeWorldError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeWorldExportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeWorldGenerationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeWorldTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetWorldTemplateBodyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDeploymentJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListFleetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListRobotApplicationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListRobotsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSimulationApplicationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSimulationJobBatchesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSimulationJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where 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<ListWorldExportJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWorldGenerationJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWorldTemplatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListWorldsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterRobotError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RestartSimulationJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartSimulationJobBatchError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SyncDeploymentJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Error
where 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 Error
where 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<UpdateRobotApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSimulationApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateWorldTemplateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl From<StartSimulationJobBatchError> for Error

source§

fn from(err: StartSimulationJobBatchError) -> Self

Converts to this type from the input type.
source§

impl From<SyncDeploymentJobError> for Error

source§

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

source§

fn from(err: UpdateRobotApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSimulationApplicationError> for Error

source§

fn from(err: UpdateSimulationApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWorldTemplateError> for Error

source§

fn from(err: UpdateWorldTemplateError) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
source§

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

Returns the error code if it’s available.
source§

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

Returns the error message, if there is one.
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 Freeze for Error

§

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 T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where 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 T
where 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 T
where 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