Enum aws_sdk_apigatewayv2::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
BadRequestException(BadRequestException),
ConflictException(ConflictException),
NotFoundException(NotFoundException),
TooManyRequestsException(TooManyRequestsException),
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
AccessDeniedException(AccessDeniedException)
BadRequestException(BadRequestException)
The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.
ConflictException(ConflictException)
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
NotFoundException(NotFoundException)
The resource specified in the request was not found. See the message field for more information.
TooManyRequestsException(TooManyRequestsException)
A limit has been exceeded. See the accompanying error message for details.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<CreateApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateApiError, R>) -> Self
fn from(err: SdkError<CreateApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateApiMappingError, R>) -> Self
fn from(err: SdkError<CreateApiMappingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateAuthorizerError, R>) -> Self
fn from(err: SdkError<CreateAuthorizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDeploymentError, R>) -> Self
fn from(err: SdkError<CreateDeploymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDomainNameError, R>) -> Self
fn from(err: SdkError<CreateDomainNameError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateIntegrationError, R>) -> Self
fn from(err: SdkError<CreateIntegrationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateIntegrationResponseError, R>) -> Self
fn from(err: SdkError<CreateIntegrationResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateModelError, R>) -> Self
fn from(err: SdkError<CreateModelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateRouteError, R>) -> Self
fn from(err: SdkError<CreateRouteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateRouteResponseError, R>) -> Self
fn from(err: SdkError<CreateRouteResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateStageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateStageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateStageError, R>) -> Self
fn from(err: SdkError<CreateStageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateVpcLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateVpcLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateVpcLinkError, R>) -> Self
fn from(err: SdkError<CreateVpcLinkError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteAccessLogSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteAccessLogSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteAccessLogSettingsError, R>) -> Self
fn from(err: SdkError<DeleteAccessLogSettingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteApiError, R>) -> Self
fn from(err: SdkError<DeleteApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteApiMappingError, R>) -> Self
fn from(err: SdkError<DeleteApiMappingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteAuthorizerError, R>) -> Self
fn from(err: SdkError<DeleteAuthorizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteCorsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteCorsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteCorsConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteCorsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDeploymentError, R>) -> Self
fn from(err: SdkError<DeleteDeploymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDomainNameError, R>) -> Self
fn from(err: SdkError<DeleteDomainNameError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteIntegrationError, R>) -> Self
fn from(err: SdkError<DeleteIntegrationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteIntegrationResponseError, R>) -> Self
fn from(err: SdkError<DeleteIntegrationResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteModelError, R>) -> Self
fn from(err: SdkError<DeleteModelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteRouteError, R>) -> Self
fn from(err: SdkError<DeleteRouteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteRouteRequestParameterError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteRouteRequestParameterError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteRouteRequestParameterError, R>) -> Self
fn from(err: SdkError<DeleteRouteRequestParameterError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteRouteResponseError, R>) -> Self
fn from(err: SdkError<DeleteRouteResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteRouteSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteRouteSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteRouteSettingsError, R>) -> Self
fn from(err: SdkError<DeleteRouteSettingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteStageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteStageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteStageError, R>) -> Self
fn from(err: SdkError<DeleteStageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteVpcLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteVpcLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteVpcLinkError, R>) -> Self
fn from(err: SdkError<DeleteVpcLinkError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ExportApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ExportApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ExportApiError, R>) -> Self
fn from(err: SdkError<ExportApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetApiError, R>) -> Self
fn from(err: SdkError<GetApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetApiMappingError, R>) -> Self
fn from(err: SdkError<GetApiMappingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetApiMappingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetApiMappingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetApiMappingsError, R>) -> Self
fn from(err: SdkError<GetApiMappingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetApisError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetApisError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetApisError, R>) -> Self
fn from(err: SdkError<GetApisError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetAuthorizerError, R>) -> Self
fn from(err: SdkError<GetAuthorizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetAuthorizersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAuthorizersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetAuthorizersError, R>) -> Self
fn from(err: SdkError<GetAuthorizersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDeploymentError, R>) -> Self
fn from(err: SdkError<GetDeploymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetDeploymentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDeploymentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDeploymentsError, R>) -> Self
fn from(err: SdkError<GetDeploymentsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDomainNameError, R>) -> Self
fn from(err: SdkError<GetDomainNameError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetDomainNamesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDomainNamesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDomainNamesError, R>) -> Self
fn from(err: SdkError<GetDomainNamesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetIntegrationError, R>) -> Self
fn from(err: SdkError<GetIntegrationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetIntegrationResponseError, R>) -> Self
fn from(err: SdkError<GetIntegrationResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetIntegrationResponsesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIntegrationResponsesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetIntegrationResponsesError, R>) -> Self
fn from(err: SdkError<GetIntegrationResponsesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetIntegrationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIntegrationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetIntegrationsError, R>) -> Self
fn from(err: SdkError<GetIntegrationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetModelError, R>) -> Self
fn from(err: SdkError<GetModelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetModelTemplateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetModelTemplateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetModelTemplateError, R>) -> Self
fn from(err: SdkError<GetModelTemplateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetModelsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetModelsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetModelsError, R>) -> Self
fn from(err: SdkError<GetModelsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRouteError, R>) -> Self
fn from(err: SdkError<GetRouteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRouteResponseError, R>) -> Self
fn from(err: SdkError<GetRouteResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetRouteResponsesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRouteResponsesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRouteResponsesError, R>) -> Self
fn from(err: SdkError<GetRouteResponsesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetRoutesError, R>) -> Self
fn from(err: SdkError<GetRoutesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetStageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetStageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetStageError, R>) -> Self
fn from(err: SdkError<GetStageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetStagesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetStagesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetStagesError, R>) -> Self
fn from(err: SdkError<GetStagesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetTagsError, R>) -> Self
fn from(err: SdkError<GetTagsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetVpcLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetVpcLinkError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetVpcLinkError, R>) -> Self
fn from(err: SdkError<GetVpcLinkError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetVpcLinksError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetVpcLinksError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetVpcLinksError, R>) -> Self
fn from(err: SdkError<GetVpcLinksError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ImportApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ImportApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ImportApiError, R>) -> Self
fn from(err: SdkError<ImportApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ReimportApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ReimportApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ReimportApiError, R>) -> Self
fn from(err: SdkError<ReimportApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ResetAuthorizersCacheError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ResetAuthorizersCacheError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ResetAuthorizersCacheError, R>) -> Self
fn from(err: SdkError<ResetAuthorizersCacheError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateApiError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateApiError, R>) -> Self
fn from(err: SdkError<UpdateApiError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateApiMappingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateApiMappingError, R>) -> Self
fn from(err: SdkError<UpdateApiMappingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateAuthorizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateAuthorizerError, R>) -> Self
fn from(err: SdkError<UpdateAuthorizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDeploymentError, R>) -> Self
fn from(err: SdkError<UpdateDeploymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateDomainNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateDomainNameError, R>) -> Self
fn from(err: SdkError<UpdateDomainNameError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateIntegrationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateIntegrationError, R>) -> Self
fn from(err: SdkError<UpdateIntegrationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateIntegrationResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateIntegrationResponseError, R>) -> Self
fn from(err: SdkError<UpdateIntegrationResponseError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateModelError, R>) -> Self
fn from(err: SdkError<UpdateModelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRouteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRouteError, R>) -> Self
fn from(err: SdkError<UpdateRouteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRouteResponseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRouteResponseError, R>) -> Self
fn from(err: SdkError<UpdateRouteResponseError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more