Enum aws_sdk_codedeploy::Error [−][src]
#[non_exhaustive]
pub enum Error {
Show 110 variants
AlarmsLimitExceededException(AlarmsLimitExceededException),
ApplicationAlreadyExistsException(ApplicationAlreadyExistsException),
ApplicationDoesNotExistException(ApplicationDoesNotExistException),
ApplicationLimitExceededException(ApplicationLimitExceededException),
ApplicationNameRequiredException(ApplicationNameRequiredException),
ArnNotSupportedException(ArnNotSupportedException),
BatchLimitExceededException(BatchLimitExceededException),
BucketNameFilterRequiredException(BucketNameFilterRequiredException),
DeploymentAlreadyCompletedException(DeploymentAlreadyCompletedException),
DeploymentConfigAlreadyExistsException(DeploymentConfigAlreadyExistsException),
DeploymentConfigDoesNotExistException(DeploymentConfigDoesNotExistException),
DeploymentConfigInUseException(DeploymentConfigInUseException),
DeploymentConfigLimitExceededException(DeploymentConfigLimitExceededException),
DeploymentConfigNameRequiredException(DeploymentConfigNameRequiredException),
DeploymentDoesNotExistException(DeploymentDoesNotExistException),
DeploymentGroupAlreadyExistsException(DeploymentGroupAlreadyExistsException),
DeploymentGroupDoesNotExistException(DeploymentGroupDoesNotExistException),
DeploymentGroupLimitExceededException(DeploymentGroupLimitExceededException),
DeploymentGroupNameRequiredException(DeploymentGroupNameRequiredException),
DeploymentIdRequiredException(DeploymentIdRequiredException),
DeploymentIsNotInReadyStateException(DeploymentIsNotInReadyStateException),
DeploymentLimitExceededException(DeploymentLimitExceededException),
DeploymentNotStartedException(DeploymentNotStartedException),
DeploymentTargetDoesNotExistException(DeploymentTargetDoesNotExistException),
DeploymentTargetIdRequiredException(DeploymentTargetIdRequiredException),
DeploymentTargetListSizeExceededException(DeploymentTargetListSizeExceededException),
DescriptionTooLongException(DescriptionTooLongException),
EcsServiceMappingLimitExceededException(EcsServiceMappingLimitExceededException),
GitHubAccountTokenDoesNotExistException(GitHubAccountTokenDoesNotExistException),
GitHubAccountTokenNameRequiredException(GitHubAccountTokenNameRequiredException),
IamArnRequiredException(IamArnRequiredException),
IamSessionArnAlreadyRegisteredException(IamSessionArnAlreadyRegisteredException),
IamUserArnAlreadyRegisteredException(IamUserArnAlreadyRegisteredException),
IamUserArnRequiredException(IamUserArnRequiredException),
InstanceDoesNotExistException(InstanceDoesNotExistException),
InstanceIdRequiredException(InstanceIdRequiredException),
InstanceLimitExceededException(InstanceLimitExceededException),
InstanceNameAlreadyRegisteredException(InstanceNameAlreadyRegisteredException),
InstanceNameRequiredException(InstanceNameRequiredException),
InstanceNotRegisteredException(InstanceNotRegisteredException),
InvalidAlarmConfigException(InvalidAlarmConfigException),
InvalidApplicationNameException(InvalidApplicationNameException),
InvalidArnException(InvalidArnException),
InvalidAutoRollbackConfigException(InvalidAutoRollbackConfigException),
InvalidAutoScalingGroupException(InvalidAutoScalingGroupException),
InvalidBlueGreenDeploymentConfigurationException(InvalidBlueGreenDeploymentConfigurationException),
InvalidBucketNameFilterException(InvalidBucketNameFilterException),
InvalidComputePlatformException(InvalidComputePlatformException),
InvalidDeployedStateFilterException(InvalidDeployedStateFilterException),
InvalidDeploymentConfigNameException(InvalidDeploymentConfigNameException),
InvalidDeploymentGroupNameException(InvalidDeploymentGroupNameException),
InvalidDeploymentIdException(InvalidDeploymentIdException),
InvalidDeploymentInstanceTypeException(InvalidDeploymentInstanceTypeException),
InvalidDeploymentStatusException(InvalidDeploymentStatusException),
InvalidDeploymentStyleException(InvalidDeploymentStyleException),
InvalidDeploymentTargetIdException(InvalidDeploymentTargetIdException),
InvalidDeploymentWaitTypeException(InvalidDeploymentWaitTypeException),
InvalidEc2TagCombinationException(InvalidEc2TagCombinationException),
InvalidEc2TagException(InvalidEc2TagException),
InvalidEcsServiceException(InvalidEcsServiceException),
InvalidExternalIdException(InvalidExternalIdException),
InvalidFileExistsBehaviorException(InvalidFileExistsBehaviorException),
InvalidGitHubAccountTokenException(InvalidGitHubAccountTokenException),
InvalidGitHubAccountTokenNameException(InvalidGitHubAccountTokenNameException),
InvalidIamSessionArnException(InvalidIamSessionArnException),
InvalidIamUserArnException(InvalidIamUserArnException),
InvalidIgnoreApplicationStopFailuresValueException(InvalidIgnoreApplicationStopFailuresValueException),
InvalidInputException(InvalidInputException),
InvalidInstanceNameException(InvalidInstanceNameException),
InvalidInstanceStatusException(InvalidInstanceStatusException),
InvalidInstanceTypeException(InvalidInstanceTypeException),
InvalidKeyPrefixFilterException(InvalidKeyPrefixFilterException),
InvalidLifecycleEventHookExecutionIdException(InvalidLifecycleEventHookExecutionIdException),
InvalidLifecycleEventHookExecutionStatusException(InvalidLifecycleEventHookExecutionStatusException),
InvalidLoadBalancerInfoException(InvalidLoadBalancerInfoException),
InvalidMinimumHealthyHostValueException(InvalidMinimumHealthyHostValueException),
InvalidNextTokenException(InvalidNextTokenException),
InvalidOnPremisesTagCombinationException(InvalidOnPremisesTagCombinationException),
InvalidOperationException(InvalidOperationException),
InvalidRegistrationStatusException(InvalidRegistrationStatusException),
InvalidRevisionException(InvalidRevisionException),
InvalidRoleException(InvalidRoleException),
InvalidSortByException(InvalidSortByException),
InvalidSortOrderException(InvalidSortOrderException),
InvalidTagException(InvalidTagException),
InvalidTagFilterException(InvalidTagFilterException),
InvalidTagsToAddException(InvalidTagsToAddException),
InvalidTargetFilterNameException(InvalidTargetFilterNameException),
InvalidTargetGroupPairException(InvalidTargetGroupPairException),
InvalidTargetInstancesException(InvalidTargetInstancesException),
InvalidTimeRangeException(InvalidTimeRangeException),
InvalidTrafficRoutingConfigurationException(InvalidTrafficRoutingConfigurationException),
InvalidTriggerConfigException(InvalidTriggerConfigException),
InvalidUpdateOutdatedInstancesOnlyValueException(InvalidUpdateOutdatedInstancesOnlyValueException),
LifecycleEventAlreadyCompletedException(LifecycleEventAlreadyCompletedException),
LifecycleHookLimitExceededException(LifecycleHookLimitExceededException),
MultipleIamArnsProvidedException(MultipleIamArnsProvidedException),
OperationNotSupportedException(OperationNotSupportedException),
ResourceArnRequiredException(ResourceArnRequiredException),
ResourceValidationException(ResourceValidationException),
RevisionDoesNotExistException(RevisionDoesNotExistException),
RevisionRequiredException(RevisionRequiredException),
RoleRequiredException(RoleRequiredException),
TagLimitExceededException(TagLimitExceededException),
TagRequiredException(TagRequiredException),
TagSetListLimitExceededException(TagSetListLimitExceededException),
ThrottlingException(ThrottlingException),
TriggerTargetsLimitExceededException(TriggerTargetsLimitExceededException),
UnsupportedActionForDeploymentTypeException(UnsupportedActionForDeploymentTypeException),
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
AlarmsLimitExceededException(AlarmsLimitExceededException)
Tuple Fields
The maximum number of alarms for a deployment group (10) was exceeded.
ApplicationAlreadyExistsException(ApplicationAlreadyExistsException)
Tuple Fields
An application with the specified name with the IAM user or AWS account already exists.
ApplicationDoesNotExistException(ApplicationDoesNotExistException)
Tuple Fields
The application does not exist with the IAM user or AWS account.
ApplicationLimitExceededException(ApplicationLimitExceededException)
Tuple Fields
More applications were attempted to be created than are allowed.
ApplicationNameRequiredException(ApplicationNameRequiredException)
Tuple Fields
The minimum number of required application names was not specified.
ArnNotSupportedException(ArnNotSupportedException)
Tuple Fields
The specified ARN is not supported. For example, it might be an ARN for a resource that is not expected.
BatchLimitExceededException(BatchLimitExceededException)
Tuple Fields
The maximum number of names or IDs allowed for this request (100) was exceeded.
BucketNameFilterRequiredException(BucketNameFilterRequiredException)
Tuple Fields
A bucket name is required, but was not provided.
DeploymentAlreadyCompletedException(DeploymentAlreadyCompletedException)
Tuple Fields
The deployment is already complete.
DeploymentConfigAlreadyExistsException(DeploymentConfigAlreadyExistsException)
Tuple Fields
A deployment configuration with the specified name with the IAM user or AWS account already exists.
DeploymentConfigDoesNotExistException(DeploymentConfigDoesNotExistException)
Tuple Fields
The deployment configuration does not exist with the IAM user or AWS account.
DeploymentConfigInUseException(DeploymentConfigInUseException)
Tuple Fields
The deployment configuration is still in use.
DeploymentConfigLimitExceededException(DeploymentConfigLimitExceededException)
Tuple Fields
The deployment configurations limit was exceeded.
DeploymentConfigNameRequiredException(DeploymentConfigNameRequiredException)
Tuple Fields
The deployment configuration name was not specified.
DeploymentDoesNotExistException(DeploymentDoesNotExistException)
Tuple Fields
The deployment with the IAM user or AWS account does not exist.
DeploymentGroupAlreadyExistsException(DeploymentGroupAlreadyExistsException)
Tuple Fields
A deployment group with the specified name with the IAM user or AWS account already exists.
DeploymentGroupDoesNotExistException(DeploymentGroupDoesNotExistException)
Tuple Fields
The named deployment group with the IAM user or AWS account does not exist.
DeploymentGroupLimitExceededException(DeploymentGroupLimitExceededException)
Tuple Fields
The deployment groups limit was exceeded.
DeploymentGroupNameRequiredException(DeploymentGroupNameRequiredException)
Tuple Fields
The deployment group name was not specified.
DeploymentIdRequiredException(DeploymentIdRequiredException)
Tuple Fields
At least one deployment ID must be specified.
DeploymentIsNotInReadyStateException(DeploymentIsNotInReadyStateException)
Tuple Fields
The deployment does not have a status of Ready and can't continue yet.
DeploymentLimitExceededException(DeploymentLimitExceededException)
Tuple Fields
The number of allowed deployments was exceeded.
DeploymentNotStartedException(DeploymentNotStartedException)
Tuple Fields
The specified deployment has not started.
DeploymentTargetDoesNotExistException(DeploymentTargetDoesNotExistException)
Tuple Fields
The provided target ID does not belong to the attempted deployment.
DeploymentTargetIdRequiredException(DeploymentTargetIdRequiredException)
Tuple Fields
A deployment target ID was not provided.
DeploymentTargetListSizeExceededException(DeploymentTargetListSizeExceededException)
Tuple Fields
The maximum number of targets that can be associated with an Amazon ECS or AWS Lambda deployment was exceeded. The target list of both types of deployments must have exactly one item. This exception does not apply to EC2/On-premises deployments.
DescriptionTooLongException(DescriptionTooLongException)
Tuple Fields
The description is too long.
EcsServiceMappingLimitExceededException(EcsServiceMappingLimitExceededException)
Tuple Fields
The Amazon ECS service is associated with more than one deployment groups. An Amazon ECS service can be associated with only one deployment group.
GitHubAccountTokenDoesNotExistException(GitHubAccountTokenDoesNotExistException)
Tuple Fields
No GitHub account connection exists with the named specified in the call.
GitHubAccountTokenNameRequiredException(GitHubAccountTokenNameRequiredException)
Tuple Fields
The call is missing a required GitHub account connection name.
IamArnRequiredException(IamArnRequiredException)
Tuple Fields
No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.
IamSessionArnAlreadyRegisteredException(IamSessionArnAlreadyRegisteredException)
Tuple Fields
The request included an IAM session ARN that has already been used to register a different instance.
IamUserArnAlreadyRegisteredException(IamUserArnAlreadyRegisteredException)
Tuple Fields
The specified IAM user ARN is already registered with an on-premises instance.
IamUserArnRequiredException(IamUserArnRequiredException)
Tuple Fields
An IAM user ARN was not specified.
InstanceDoesNotExistException(InstanceDoesNotExistException)
Tuple Fields
The specified instance does not exist in the deployment group.
InstanceIdRequiredException(InstanceIdRequiredException)
Tuple Fields
The instance ID was not specified.
InstanceLimitExceededException(InstanceLimitExceededException)
Tuple Fields
The maximum number of allowed on-premises instances in a single call was exceeded.
InstanceNameAlreadyRegisteredException(InstanceNameAlreadyRegisteredException)
Tuple Fields
The specified on-premises instance name is already registered.
InstanceNameRequiredException(InstanceNameRequiredException)
Tuple Fields
An on-premises instance name was not specified.
InstanceNotRegisteredException(InstanceNotRegisteredException)
Tuple Fields
The specified on-premises instance is not registered.
InvalidAlarmConfigException(InvalidAlarmConfigException)
Tuple Fields
The format of the alarm configuration is invalid. Possible causes include:
-
The alarm list is null.
-
The alarm object is null.
-
The alarm name is empty or null or exceeds the limit of 255 characters.
-
Two alarms with the same name have been specified.
-
The alarm configuration is enabled, but the alarm list is empty.
InvalidApplicationNameException(InvalidApplicationNameException)
Tuple Fields
The application name was specified in an invalid format.
InvalidArnException(InvalidArnException)
Tuple Fields
The specified ARN is not in a valid format.
InvalidAutoRollbackConfigException(InvalidAutoRollbackConfigException)
Tuple Fields
The automatic rollback configuration was specified in an invalid format. For example, automatic rollback is enabled, but an invalid triggering event type or no event types were listed.
InvalidAutoScalingGroupException(InvalidAutoScalingGroupException)
Tuple Fields
The Auto Scaling group was specified in an invalid format or does not exist.
InvalidBlueGreenDeploymentConfigurationException(InvalidBlueGreenDeploymentConfigurationException)
Tuple Fields
The configuration for the blue/green deployment group was provided in an invalid format. For information about deployment configuration format, see CreateDeploymentConfig.
InvalidBucketNameFilterException(InvalidBucketNameFilterException)
Tuple Fields
The bucket name either doesn't exist or was specified in an invalid format.
InvalidComputePlatformException(InvalidComputePlatformException)
Tuple Fields
The computePlatform is invalid. The computePlatform should be Lambda
,
Server
, or ECS
.
InvalidDeployedStateFilterException(InvalidDeployedStateFilterException)
Tuple Fields
The deployed state filter was specified in an invalid format.
InvalidDeploymentConfigNameException(InvalidDeploymentConfigNameException)
Tuple Fields
The deployment configuration name was specified in an invalid format.
InvalidDeploymentGroupNameException(InvalidDeploymentGroupNameException)
Tuple Fields
The deployment group name was specified in an invalid format.
InvalidDeploymentIdException(InvalidDeploymentIdException)
Tuple Fields
At least one of the deployment IDs was specified in an invalid format.
InvalidDeploymentInstanceTypeException(InvalidDeploymentInstanceTypeException)
Tuple Fields
An instance type was specified for an in-place deployment. Instance types are supported for blue/green deployments only.
InvalidDeploymentStatusException(InvalidDeploymentStatusException)
Tuple Fields
The specified deployment status doesn't exist or cannot be determined.
InvalidDeploymentStyleException(InvalidDeploymentStyleException)
Tuple Fields
An invalid deployment style was specified. Valid deployment types include "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL" and "WITHOUT_TRAFFIC_CONTROL."
InvalidDeploymentTargetIdException(InvalidDeploymentTargetIdException)
Tuple Fields
The target ID provided was not valid.
InvalidDeploymentWaitTypeException(InvalidDeploymentWaitTypeException)
Tuple Fields
The wait type is invalid.
InvalidEc2TagCombinationException(InvalidEc2TagCombinationException)
Tuple Fields
A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but only one of these data types can be used in a single call.
InvalidEc2TagException(InvalidEc2TagException)
Tuple Fields
The tag was specified in an invalid format.
InvalidEcsServiceException(InvalidEcsServiceException)
Tuple Fields
The Amazon ECS service identifier is not valid.
InvalidExternalIdException(InvalidExternalIdException)
Tuple Fields
The external ID was specified in an invalid format.
InvalidFileExistsBehaviorException(InvalidFileExistsBehaviorException)
Tuple Fields
An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy handles files or directories that already exist in a deployment target location, but weren't part of the previous successful deployment. Valid values include "DISALLOW," "OVERWRITE," and "RETAIN."
InvalidGitHubAccountTokenException(InvalidGitHubAccountTokenException)
Tuple Fields
The GitHub token is not valid.
InvalidGitHubAccountTokenNameException(InvalidGitHubAccountTokenNameException)
Tuple Fields
The format of the specified GitHub account connection name is invalid.
InvalidIamSessionArnException(InvalidIamSessionArnException)
Tuple Fields
The IAM session ARN was specified in an invalid format.
InvalidIamUserArnException(InvalidIamUserArnException)
Tuple Fields
The IAM user ARN was specified in an invalid format.
InvalidIgnoreApplicationStopFailuresValueException(InvalidIgnoreApplicationStopFailuresValueException)
Tuple Fields
The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments,
false
is expected. For EC2/On-premises deployments, true
or false
is expected.
InvalidInputException(InvalidInputException)
Tuple Fields
The input was specified in an invalid format.
InvalidInstanceNameException(InvalidInstanceNameException)
Tuple Fields
The on-premises instance name was specified in an invalid format.
InvalidInstanceStatusException(InvalidInstanceStatusException)
Tuple Fields
The specified instance status does not exist.
InvalidInstanceTypeException(InvalidInstanceTypeException)
Tuple Fields
An invalid instance type was specified for instances in a blue/green deployment. Valid values include "Blue" for an original environment and "Green" for a replacement environment.
InvalidKeyPrefixFilterException(InvalidKeyPrefixFilterException)
Tuple Fields
The specified key prefix filter was specified in an invalid format.
InvalidLifecycleEventHookExecutionIdException(InvalidLifecycleEventHookExecutionIdException)
Tuple Fields
A lifecycle event hook is invalid. Review the hooks
section in your
AppSpec file to ensure the lifecycle events and hooks
functions are
valid.
InvalidLifecycleEventHookExecutionStatusException(InvalidLifecycleEventHookExecutionStatusException)
Tuple Fields
The result of a Lambda validation function that verifies a lifecycle event is invalid.
It should return Succeeded
or Failed
.
InvalidLoadBalancerInfoException(InvalidLoadBalancerInfoException)
Tuple Fields
An invalid load balancer name, or no load balancer name, was specified.
InvalidMinimumHealthyHostValueException(InvalidMinimumHealthyHostValueException)
Tuple Fields
The minimum healthy instance value was specified in an invalid format.
InvalidNextTokenException(InvalidNextTokenException)
Tuple Fields
The next token was specified in an invalid format.
InvalidOnPremisesTagCombinationException(InvalidOnPremisesTagCombinationException)
Tuple Fields
A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet, but only one of these data types can be used in a single call.
InvalidOperationException(InvalidOperationException)
Tuple Fields
An invalid operation was detected.
InvalidRegistrationStatusException(InvalidRegistrationStatusException)
Tuple Fields
The registration status was specified in an invalid format.
InvalidRevisionException(InvalidRevisionException)
Tuple Fields
The revision was specified in an invalid format.
InvalidRoleException(InvalidRoleException)
Tuple Fields
The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Amazon EC2 Auto Scaling.
InvalidSortByException(InvalidSortByException)
Tuple Fields
The column name to sort by is either not present or was specified in an invalid format.
InvalidSortOrderException(InvalidSortOrderException)
Tuple Fields
The sort order was specified in an invalid format.
InvalidTagException(InvalidTagException)
Tuple Fields
The tag was specified in an invalid format.
InvalidTagFilterException(InvalidTagFilterException)
Tuple Fields
The tag filter was specified in an invalid format.
InvalidTagsToAddException(InvalidTagsToAddException)
Tuple Fields
The specified tags are not valid.
InvalidTargetFilterNameException(InvalidTargetFilterNameException)
Tuple Fields
The target filter name is invalid.
InvalidTargetGroupPairException(InvalidTargetGroupPairException)
Tuple Fields
A target group pair associated with this deployment is not valid.
InvalidTargetInstancesException(InvalidTargetInstancesException)
Tuple Fields
The target instance configuration is invalid. Possible causes include:
-
Configuration data for target instances was entered for an in-place deployment.
-
The limit of 10 tags for a tag type was exceeded.
-
The combined length of the tag names exceeded the limit.
-
A specified tag is not currently applied to any instances.
InvalidTimeRangeException(InvalidTimeRangeException)
Tuple Fields
The specified time range was specified in an invalid format.
InvalidTrafficRoutingConfigurationException(InvalidTrafficRoutingConfigurationException)
Tuple Fields
The configuration that specifies how traffic is routed during a deployment is invalid.
InvalidTriggerConfigException(InvalidTriggerConfigException)
Tuple Fields
The trigger was specified in an invalid format.
InvalidUpdateOutdatedInstancesOnlyValueException(InvalidUpdateOutdatedInstancesOnlyValueException)
Tuple Fields
The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments,
false
is expected. For EC2/On-premises deployments, true
or false
is expected.
LifecycleEventAlreadyCompletedException(LifecycleEventAlreadyCompletedException)
Tuple Fields
An attempt to return the status of an already completed lifecycle event occurred.
LifecycleHookLimitExceededException(LifecycleHookLimitExceededException)
Tuple Fields
The limit for lifecycle hooks was exceeded.
MultipleIamArnsProvidedException(MultipleIamArnsProvidedException)
Tuple Fields
Both an IAM user ARN and an IAM session ARN were included in the request. Use only one ARN type.
OperationNotSupportedException(OperationNotSupportedException)
Tuple Fields
The API used does not support the deployment.
ResourceArnRequiredException(ResourceArnRequiredException)
Tuple Fields
The ARN of a resource is required, but was not found.
ResourceValidationException(ResourceValidationException)
Tuple Fields
The specified resource could not be validated.
RevisionDoesNotExistException(RevisionDoesNotExistException)
Tuple Fields
The named revision does not exist with the IAM user or AWS account.
RevisionRequiredException(RevisionRequiredException)
Tuple Fields
The revision ID was not specified.
RoleRequiredException(RoleRequiredException)
Tuple Fields
The role ID was not specified.
TagLimitExceededException(TagLimitExceededException)
Tuple Fields
The maximum allowed number of tags was exceeded.
TagRequiredException(TagRequiredException)
Tuple Fields
A tag was not specified.
TagSetListLimitExceededException(TagSetListLimitExceededException)
Tuple Fields
The number of tag groups included in the tag set list exceeded the maximum allowed limit of 3.
ThrottlingException(ThrottlingException)
Tuple Fields
An API function was called too frequently.
TriggerTargetsLimitExceededException(TriggerTargetsLimitExceededException)
Tuple Fields
The maximum allowed number of triggers was exceeded.
UnsupportedActionForDeploymentTypeException(UnsupportedActionForDeploymentTypeException)
Tuple Fields
A call was submitted that is not supported for the specified deployment type.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more