#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), ThrottlingException(ThrottlingException), ValidationException(ValidationException), Unhandled(Unhandled), }
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

AccessDeniedException(AccessDeniedException)

There isn't sufficient access for performing this action.

§

ConflictException(ConflictException)

The request couldn't be made due to a conflicting operation or resource.

§

InternalServerException(InternalServerException)

The request failed to register with the service.

§

ResourceNotFoundException(ResourceNotFoundException)

The requested resource wasn't found.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

A quota was exceeded. For more information, see Proton Quotas in the Proton User Guide.

§

ThrottlingException(ThrottlingException)

The request was denied due to request throttling.

§

ValidationException(ValidationException)

The input is invalid or an out-of-range value was supplied for the input parameter.

§

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, 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<AcceptEnvironmentAccountConnectionError> for Error

source§

fn from(err: AcceptEnvironmentAccountConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CancelComponentDeploymentError> for Error

source§

fn from(err: CancelComponentDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<CancelEnvironmentDeploymentError> for Error

source§

fn from(err: CancelEnvironmentDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<CancelServiceInstanceDeploymentError> for Error

source§

fn from(err: CancelServiceInstanceDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<CancelServicePipelineDeploymentError> for Error

source§

fn from(err: CancelServicePipelineDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateComponentError> for Error

source§

fn from(err: CreateComponentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEnvironmentAccountConnectionError> for Error

source§

fn from(err: CreateEnvironmentAccountConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEnvironmentError> for Error

source§

fn from(err: CreateEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEnvironmentTemplateError> for Error

source§

fn from(err: CreateEnvironmentTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEnvironmentTemplateVersionError> for Error

source§

fn from(err: CreateEnvironmentTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRepositoryError> for Error

source§

fn from(err: CreateRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceError> for Error

source§

fn from(err: CreateServiceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceInstanceError> for Error

source§

fn from(err: CreateServiceInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceSyncConfigError> for Error

source§

fn from(err: CreateServiceSyncConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceTemplateError> for Error

source§

fn from(err: CreateServiceTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceTemplateVersionError> for Error

source§

fn from(err: CreateServiceTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTemplateSyncConfigError> for Error

source§

fn from(err: CreateTemplateSyncConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteComponentError> for Error

source§

fn from(err: DeleteComponentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDeploymentError> for Error

source§

fn from(err: DeleteDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentAccountConnectionError> for Error

source§

fn from(err: DeleteEnvironmentAccountConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentError> for Error

source§

fn from(err: DeleteEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentTemplateError> for Error

source§

fn from(err: DeleteEnvironmentTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentTemplateVersionError> for Error

source§

fn from(err: DeleteEnvironmentTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRepositoryError> for Error

source§

fn from(err: DeleteRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteServiceError> for Error

source§

fn from(err: DeleteServiceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteServiceSyncConfigError> for Error

source§

fn from(err: DeleteServiceSyncConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteServiceTemplateError> for Error

source§

fn from(err: DeleteServiceTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteServiceTemplateVersionError> for Error

source§

fn from(err: DeleteServiceTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTemplateSyncConfigError> for Error

source§

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

source§

fn from(err: GetComponentError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeploymentError> for Error

source§

fn from(err: GetDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentAccountConnectionError> for Error

source§

fn from(err: GetEnvironmentAccountConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentError> for Error

source§

fn from(err: GetEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentTemplateError> for Error

source§

fn from(err: GetEnvironmentTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentTemplateVersionError> for Error

source§

fn from(err: GetEnvironmentTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetRepositoryError> for Error

source§

fn from(err: GetRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetRepositorySyncStatusError> for Error

source§

fn from(err: GetRepositorySyncStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcesSummaryError> for Error

source§

fn from(err: GetResourcesSummaryError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceError> for Error

source§

fn from(err: GetServiceError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceInstanceError> for Error

source§

fn from(err: GetServiceInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceInstanceSyncStatusError> for Error

source§

fn from(err: GetServiceInstanceSyncStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceSyncBlockerSummaryError> for Error

source§

fn from(err: GetServiceSyncBlockerSummaryError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceSyncConfigError> for Error

source§

fn from(err: GetServiceSyncConfigError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceTemplateError> for Error

source§

fn from(err: GetServiceTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceTemplateVersionError> for Error

source§

fn from(err: GetServiceTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetTemplateSyncConfigError> for Error

source§

fn from(err: GetTemplateSyncConfigError) -> Self

Converts to this type from the input type.
source§

impl From<GetTemplateSyncStatusError> for Error

source§

fn from(err: GetTemplateSyncStatusError) -> Self

Converts to this type from the input type.
source§

impl From<ListComponentOutputsError> for Error

source§

fn from(err: ListComponentOutputsError) -> Self

Converts to this type from the input type.
source§

impl From<ListComponentProvisionedResourcesError> for Error

source§

fn from(err: ListComponentProvisionedResourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListComponentsError> for Error

source§

fn from(err: ListComponentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDeploymentsError> for Error

source§

fn from(err: ListDeploymentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentAccountConnectionsError> for Error

source§

fn from(err: ListEnvironmentAccountConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentOutputsError> for Error

source§

fn from(err: ListEnvironmentOutputsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentProvisionedResourcesError> for Error

source§

fn from(err: ListEnvironmentProvisionedResourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentTemplateVersionsError> for Error

source§

fn from(err: ListEnvironmentTemplateVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentTemplatesError> for Error

source§

fn from(err: ListEnvironmentTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentsError> for Error

source§

fn from(err: ListEnvironmentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRepositoriesError> for Error

source§

fn from(err: ListRepositoriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRepositorySyncDefinitionsError> for Error

source§

fn from(err: ListRepositorySyncDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListServiceInstanceOutputsError> for Error

source§

fn from(err: ListServiceInstanceOutputsError) -> Self

Converts to this type from the input type.
source§

impl From<ListServiceInstanceProvisionedResourcesError> for Error

source§

fn from(err: ListServiceInstanceProvisionedResourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListServiceInstancesError> for Error

source§

fn from(err: ListServiceInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<ListServicePipelineOutputsError> for Error

source§

fn from(err: ListServicePipelineOutputsError) -> Self

Converts to this type from the input type.
source§

impl From<ListServicePipelineProvisionedResourcesError> for Error

source§

fn from(err: ListServicePipelineProvisionedResourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListServiceTemplateVersionsError> for Error

source§

fn from(err: ListServiceTemplateVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListServiceTemplatesError> for Error

source§

fn from(err: ListServiceTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListServicesError> for Error

source§

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

source§

fn from(err: NotifyResourceDeploymentStatusChangeError) -> Self

Converts to this type from the input type.
source§

impl From<RejectEnvironmentAccountConnectionError> for Error

source§

fn from(err: RejectEnvironmentAccountConnectionError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<UpdateTemplateSyncConfigError, R>) -> 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<UpdateAccountSettingsError> for Error

source§

fn from(err: UpdateAccountSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateComponentError> for Error

source§

fn from(err: UpdateComponentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEnvironmentAccountConnectionError> for Error

source§

fn from(err: UpdateEnvironmentAccountConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEnvironmentError> for Error

source§

fn from(err: UpdateEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEnvironmentTemplateError> for Error

source§

fn from(err: UpdateEnvironmentTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEnvironmentTemplateVersionError> for Error

source§

fn from(err: UpdateEnvironmentTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceError> for Error

source§

fn from(err: UpdateServiceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceInstanceError> for Error

source§

fn from(err: UpdateServiceInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServicePipelineError> for Error

source§

fn from(err: UpdateServicePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceSyncBlockerError> for Error

source§

fn from(err: UpdateServiceSyncBlockerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceSyncConfigError> for Error

source§

fn from(err: UpdateServiceSyncConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceTemplateError> for Error

source§

fn from(err: UpdateServiceTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceTemplateVersionError> for Error

source§

fn from(err: UpdateServiceTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTemplateSyncConfigError> for Error

source§

fn from(err: UpdateTemplateSyncConfigError) -> 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<T> Same 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