Enum aws_sdk_mediaconnect::Error
source · #[non_exhaustive]pub enum Error {
Show 13 variants
AddFlowOutputs420Exception(AddFlowOutputs420Exception),
BadRequestException(BadRequestException),
ConflictException(ConflictException),
CreateBridge420Exception(CreateBridge420Exception),
CreateFlow420Exception(CreateFlow420Exception),
CreateGateway420Exception(CreateGateway420Exception),
ForbiddenException(ForbiddenException),
GrantFlowEntitlements420Exception(GrantFlowEntitlements420Exception),
InternalServerErrorException(InternalServerErrorException),
NotFoundException(NotFoundException),
ServiceUnavailableException(ServiceUnavailableException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Unhandled),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AddFlowOutputs420Exception(AddFlowOutputs420Exception)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
BadRequestException(BadRequestException)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ConflictException(ConflictException)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
CreateBridge420Exception(CreateBridge420Exception)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
CreateFlow420Exception(CreateFlow420Exception)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
CreateGateway420Exception(CreateGateway420Exception)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ForbiddenException(ForbiddenException)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
GrantFlowEntitlements420Exception(GrantFlowEntitlements420Exception)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
InternalServerErrorException(InternalServerErrorException)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
NotFoundException(NotFoundException)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
TooManyRequestsException(TooManyRequestsException)
Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
Unhandled(Unhandled)
Unhandled directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code():
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<AddBridgeOutputsError> for Error
impl From<AddBridgeOutputsError> for Error
source§fn from(err: AddBridgeOutputsError) -> Self
fn from(err: AddBridgeOutputsError) -> Self
source§impl From<AddBridgeSourcesError> for Error
impl From<AddBridgeSourcesError> for Error
source§fn from(err: AddBridgeSourcesError) -> Self
fn from(err: AddBridgeSourcesError) -> Self
source§impl From<AddFlowMediaStreamsError> for Error
impl From<AddFlowMediaStreamsError> for Error
source§fn from(err: AddFlowMediaStreamsError) -> Self
fn from(err: AddFlowMediaStreamsError) -> Self
source§impl From<AddFlowOutputsError> for Error
impl From<AddFlowOutputsError> for Error
source§fn from(err: AddFlowOutputsError) -> Self
fn from(err: AddFlowOutputsError) -> Self
source§impl From<AddFlowSourcesError> for Error
impl From<AddFlowSourcesError> for Error
source§fn from(err: AddFlowSourcesError) -> Self
fn from(err: AddFlowSourcesError) -> Self
source§impl From<AddFlowVpcInterfacesError> for Error
impl From<AddFlowVpcInterfacesError> for Error
source§fn from(err: AddFlowVpcInterfacesError) -> Self
fn from(err: AddFlowVpcInterfacesError) -> Self
source§impl From<BuildError> for Error
impl From<BuildError> for Error
source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
source§impl From<CreateBridgeError> for Error
impl From<CreateBridgeError> for Error
source§fn from(err: CreateBridgeError) -> Self
fn from(err: CreateBridgeError) -> Self
source§impl From<CreateFlowError> for Error
impl From<CreateFlowError> for Error
source§fn from(err: CreateFlowError) -> Self
fn from(err: CreateFlowError) -> Self
source§impl From<CreateGatewayError> for Error
impl From<CreateGatewayError> for Error
source§fn from(err: CreateGatewayError) -> Self
fn from(err: CreateGatewayError) -> Self
source§impl From<DeleteBridgeError> for Error
impl From<DeleteBridgeError> for Error
source§fn from(err: DeleteBridgeError) -> Self
fn from(err: DeleteBridgeError) -> Self
source§impl From<DeleteFlowError> for Error
impl From<DeleteFlowError> for Error
source§fn from(err: DeleteFlowError) -> Self
fn from(err: DeleteFlowError) -> Self
source§impl From<DeleteGatewayError> for Error
impl From<DeleteGatewayError> for Error
source§fn from(err: DeleteGatewayError) -> Self
fn from(err: DeleteGatewayError) -> Self
source§impl From<DeregisterGatewayInstanceError> for Error
impl From<DeregisterGatewayInstanceError> for Error
source§fn from(err: DeregisterGatewayInstanceError) -> Self
fn from(err: DeregisterGatewayInstanceError) -> Self
source§impl From<DescribeBridgeError> for Error
impl From<DescribeBridgeError> for Error
source§fn from(err: DescribeBridgeError) -> Self
fn from(err: DescribeBridgeError) -> Self
source§impl From<DescribeFlowError> for Error
impl From<DescribeFlowError> for Error
source§fn from(err: DescribeFlowError) -> Self
fn from(err: DescribeFlowError) -> Self
source§impl From<DescribeFlowSourceMetadataError> for Error
impl From<DescribeFlowSourceMetadataError> for Error
source§fn from(err: DescribeFlowSourceMetadataError) -> Self
fn from(err: DescribeFlowSourceMetadataError) -> Self
source§impl From<DescribeGatewayError> for Error
impl From<DescribeGatewayError> for Error
source§fn from(err: DescribeGatewayError) -> Self
fn from(err: DescribeGatewayError) -> Self
source§impl From<DescribeGatewayInstanceError> for Error
impl From<DescribeGatewayInstanceError> for Error
source§fn from(err: DescribeGatewayInstanceError) -> Self
fn from(err: DescribeGatewayInstanceError) -> Self
source§impl From<DescribeOfferingError> for Error
impl From<DescribeOfferingError> for Error
source§fn from(err: DescribeOfferingError) -> Self
fn from(err: DescribeOfferingError) -> Self
source§impl From<DescribeReservationError> for Error
impl From<DescribeReservationError> for Error
source§fn from(err: DescribeReservationError) -> Self
fn from(err: DescribeReservationError) -> Self
source§impl From<GrantFlowEntitlementsError> for Error
impl From<GrantFlowEntitlementsError> for Error
source§fn from(err: GrantFlowEntitlementsError) -> Self
fn from(err: GrantFlowEntitlementsError) -> Self
source§impl From<ListBridgesError> for Error
impl From<ListBridgesError> for Error
source§fn from(err: ListBridgesError) -> Self
fn from(err: ListBridgesError) -> Self
source§impl From<ListEntitlementsError> for Error
impl From<ListEntitlementsError> for Error
source§fn from(err: ListEntitlementsError) -> Self
fn from(err: ListEntitlementsError) -> Self
source§impl From<ListFlowsError> for Error
impl From<ListFlowsError> for Error
source§fn from(err: ListFlowsError) -> Self
fn from(err: ListFlowsError) -> Self
source§impl From<ListGatewayInstancesError> for Error
impl From<ListGatewayInstancesError> for Error
source§fn from(err: ListGatewayInstancesError) -> Self
fn from(err: ListGatewayInstancesError) -> Self
source§impl From<ListGatewaysError> for Error
impl From<ListGatewaysError> for Error
source§fn from(err: ListGatewaysError) -> Self
fn from(err: ListGatewaysError) -> Self
source§impl From<ListOfferingsError> for Error
impl From<ListOfferingsError> for Error
source§fn from(err: ListOfferingsError) -> Self
fn from(err: ListOfferingsError) -> Self
source§impl From<ListReservationsError> for Error
impl From<ListReservationsError> for Error
source§fn from(err: ListReservationsError) -> Self
fn from(err: ListReservationsError) -> Self
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
source§impl From<PurchaseOfferingError> for Error
impl From<PurchaseOfferingError> for Error
source§fn from(err: PurchaseOfferingError) -> Self
fn from(err: PurchaseOfferingError) -> Self
source§impl From<RemoveBridgeOutputError> for Error
impl From<RemoveBridgeOutputError> for Error
source§fn from(err: RemoveBridgeOutputError) -> Self
fn from(err: RemoveBridgeOutputError) -> Self
source§impl From<RemoveBridgeSourceError> for Error
impl From<RemoveBridgeSourceError> for Error
source§fn from(err: RemoveBridgeSourceError) -> Self
fn from(err: RemoveBridgeSourceError) -> Self
source§impl From<RemoveFlowMediaStreamError> for Error
impl From<RemoveFlowMediaStreamError> for Error
source§fn from(err: RemoveFlowMediaStreamError) -> Self
fn from(err: RemoveFlowMediaStreamError) -> Self
source§impl From<RemoveFlowOutputError> for Error
impl From<RemoveFlowOutputError> for Error
source§fn from(err: RemoveFlowOutputError) -> Self
fn from(err: RemoveFlowOutputError) -> Self
source§impl From<RemoveFlowSourceError> for Error
impl From<RemoveFlowSourceError> for Error
source§fn from(err: RemoveFlowSourceError) -> Self
fn from(err: RemoveFlowSourceError) -> Self
source§impl From<RemoveFlowVpcInterfaceError> for Error
impl From<RemoveFlowVpcInterfaceError> for Error
source§fn from(err: RemoveFlowVpcInterfaceError) -> Self
fn from(err: RemoveFlowVpcInterfaceError) -> Self
source§impl From<RevokeFlowEntitlementError> for Error
impl From<RevokeFlowEntitlementError> for Error
source§fn from(err: RevokeFlowEntitlementError) -> Self
fn from(err: RevokeFlowEntitlementError) -> Self
source§impl<R> From<SdkError<AddBridgeOutputsError, R>> for Error
impl<R> From<SdkError<AddBridgeOutputsError, R>> for Error
source§fn from(err: SdkError<AddBridgeOutputsError, R>) -> Self
fn from(err: SdkError<AddBridgeOutputsError, R>) -> Self
source§impl<R> From<SdkError<AddBridgeSourcesError, R>> for Error
impl<R> From<SdkError<AddBridgeSourcesError, R>> for Error
source§fn from(err: SdkError<AddBridgeSourcesError, R>) -> Self
fn from(err: SdkError<AddBridgeSourcesError, R>) -> Self
source§impl<R> From<SdkError<AddFlowMediaStreamsError, R>> for Error
impl<R> From<SdkError<AddFlowMediaStreamsError, R>> for Error
source§fn from(err: SdkError<AddFlowMediaStreamsError, R>) -> Self
fn from(err: SdkError<AddFlowMediaStreamsError, R>) -> Self
source§impl<R> From<SdkError<AddFlowOutputsError, R>> for Error
impl<R> From<SdkError<AddFlowOutputsError, R>> for Error
source§fn from(err: SdkError<AddFlowOutputsError, R>) -> Self
fn from(err: SdkError<AddFlowOutputsError, R>) -> Self
source§impl<R> From<SdkError<AddFlowSourcesError, R>> for Error
impl<R> From<SdkError<AddFlowSourcesError, R>> for Error
source§fn from(err: SdkError<AddFlowSourcesError, R>) -> Self
fn from(err: SdkError<AddFlowSourcesError, R>) -> Self
source§impl<R> From<SdkError<AddFlowVpcInterfacesError, R>> for Error
impl<R> From<SdkError<AddFlowVpcInterfacesError, R>> for Error
source§fn from(err: SdkError<AddFlowVpcInterfacesError, R>) -> Self
fn from(err: SdkError<AddFlowVpcInterfacesError, R>) -> Self
source§impl<R> From<SdkError<CreateBridgeError, R>> for Error
impl<R> From<SdkError<CreateBridgeError, R>> for Error
source§fn from(err: SdkError<CreateBridgeError, R>) -> Self
fn from(err: SdkError<CreateBridgeError, R>) -> Self
source§impl<R> From<SdkError<CreateFlowError, R>> for Error
impl<R> From<SdkError<CreateFlowError, R>> for Error
source§fn from(err: SdkError<CreateFlowError, R>) -> Self
fn from(err: SdkError<CreateFlowError, R>) -> Self
source§impl<R> From<SdkError<CreateGatewayError, R>> for Error
impl<R> From<SdkError<CreateGatewayError, R>> for Error
source§fn from(err: SdkError<CreateGatewayError, R>) -> Self
fn from(err: SdkError<CreateGatewayError, R>) -> Self
source§impl<R> From<SdkError<DeleteBridgeError, R>> for Error
impl<R> From<SdkError<DeleteBridgeError, R>> for Error
source§fn from(err: SdkError<DeleteBridgeError, R>) -> Self
fn from(err: SdkError<DeleteBridgeError, R>) -> Self
source§impl<R> From<SdkError<DeleteFlowError, R>> for Error
impl<R> From<SdkError<DeleteFlowError, R>> for Error
source§fn from(err: SdkError<DeleteFlowError, R>) -> Self
fn from(err: SdkError<DeleteFlowError, R>) -> Self
source§impl<R> From<SdkError<DeleteGatewayError, R>> for Error
impl<R> From<SdkError<DeleteGatewayError, R>> for Error
source§fn from(err: SdkError<DeleteGatewayError, R>) -> Self
fn from(err: SdkError<DeleteGatewayError, R>) -> Self
source§impl<R> From<SdkError<DeregisterGatewayInstanceError, R>> for Error
impl<R> From<SdkError<DeregisterGatewayInstanceError, R>> for Error
source§fn from(err: SdkError<DeregisterGatewayInstanceError, R>) -> Self
fn from(err: SdkError<DeregisterGatewayInstanceError, R>) -> Self
source§impl<R> From<SdkError<DescribeBridgeError, R>> for Error
impl<R> From<SdkError<DescribeBridgeError, R>> for Error
source§fn from(err: SdkError<DescribeBridgeError, R>) -> Self
fn from(err: SdkError<DescribeBridgeError, R>) -> Self
source§impl<R> From<SdkError<DescribeFlowError, R>> for Error
impl<R> From<SdkError<DescribeFlowError, R>> for Error
source§fn from(err: SdkError<DescribeFlowError, R>) -> Self
fn from(err: SdkError<DescribeFlowError, R>) -> Self
source§impl<R> From<SdkError<DescribeFlowSourceMetadataError, R>> for Error
impl<R> From<SdkError<DescribeFlowSourceMetadataError, R>> for Error
source§fn from(err: SdkError<DescribeFlowSourceMetadataError, R>) -> Self
fn from(err: SdkError<DescribeFlowSourceMetadataError, R>) -> Self
source§impl<R> From<SdkError<DescribeGatewayError, R>> for Error
impl<R> From<SdkError<DescribeGatewayError, R>> for Error
source§fn from(err: SdkError<DescribeGatewayError, R>) -> Self
fn from(err: SdkError<DescribeGatewayError, R>) -> Self
source§impl<R> From<SdkError<DescribeGatewayInstanceError, R>> for Error
impl<R> From<SdkError<DescribeGatewayInstanceError, R>> for Error
source§fn from(err: SdkError<DescribeGatewayInstanceError, R>) -> Self
fn from(err: SdkError<DescribeGatewayInstanceError, R>) -> Self
source§impl<R> From<SdkError<DescribeOfferingError, R>> for Error
impl<R> From<SdkError<DescribeOfferingError, R>> for Error
source§fn from(err: SdkError<DescribeOfferingError, R>) -> Self
fn from(err: SdkError<DescribeOfferingError, R>) -> Self
source§impl<R> From<SdkError<DescribeReservationError, R>> for Error
impl<R> From<SdkError<DescribeReservationError, R>> for Error
source§fn from(err: SdkError<DescribeReservationError, R>) -> Self
fn from(err: SdkError<DescribeReservationError, R>) -> Self
source§impl<R> From<SdkError<GrantFlowEntitlementsError, R>> for Error
impl<R> From<SdkError<GrantFlowEntitlementsError, R>> for Error
source§fn from(err: SdkError<GrantFlowEntitlementsError, R>) -> Self
fn from(err: SdkError<GrantFlowEntitlementsError, R>) -> Self
source§impl<R> From<SdkError<ListBridgesError, R>> for Error
impl<R> From<SdkError<ListBridgesError, R>> for Error
source§fn from(err: SdkError<ListBridgesError, R>) -> Self
fn from(err: SdkError<ListBridgesError, R>) -> Self
source§impl<R> From<SdkError<ListEntitlementsError, R>> for Error
impl<R> From<SdkError<ListEntitlementsError, R>> for Error
source§fn from(err: SdkError<ListEntitlementsError, R>) -> Self
fn from(err: SdkError<ListEntitlementsError, R>) -> Self
source§impl<R> From<SdkError<ListFlowsError, R>> for Error
impl<R> From<SdkError<ListFlowsError, R>> for Error
source§fn from(err: SdkError<ListFlowsError, R>) -> Self
fn from(err: SdkError<ListFlowsError, R>) -> Self
source§impl<R> From<SdkError<ListGatewayInstancesError, R>> for Error
impl<R> From<SdkError<ListGatewayInstancesError, R>> for Error
source§fn from(err: SdkError<ListGatewayInstancesError, R>) -> Self
fn from(err: SdkError<ListGatewayInstancesError, R>) -> Self
source§impl<R> From<SdkError<ListGatewaysError, R>> for Error
impl<R> From<SdkError<ListGatewaysError, R>> for Error
source§fn from(err: SdkError<ListGatewaysError, R>) -> Self
fn from(err: SdkError<ListGatewaysError, R>) -> Self
source§impl<R> From<SdkError<ListOfferingsError, R>> for Error
impl<R> From<SdkError<ListOfferingsError, R>> for Error
source§fn from(err: SdkError<ListOfferingsError, R>) -> Self
fn from(err: SdkError<ListOfferingsError, R>) -> Self
source§impl<R> From<SdkError<ListReservationsError, R>> for Error
impl<R> From<SdkError<ListReservationsError, R>> for Error
source§fn from(err: SdkError<ListReservationsError, R>) -> Self
fn from(err: SdkError<ListReservationsError, R>) -> Self
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
source§impl<R> From<SdkError<PurchaseOfferingError, R>> for Error
impl<R> From<SdkError<PurchaseOfferingError, R>> for Error
source§fn from(err: SdkError<PurchaseOfferingError, R>) -> Self
fn from(err: SdkError<PurchaseOfferingError, R>) -> Self
source§impl<R> From<SdkError<RemoveBridgeOutputError, R>> for Error
impl<R> From<SdkError<RemoveBridgeOutputError, R>> for Error
source§fn from(err: SdkError<RemoveBridgeOutputError, R>) -> Self
fn from(err: SdkError<RemoveBridgeOutputError, R>) -> Self
source§impl<R> From<SdkError<RemoveBridgeSourceError, R>> for Error
impl<R> From<SdkError<RemoveBridgeSourceError, R>> for Error
source§fn from(err: SdkError<RemoveBridgeSourceError, R>) -> Self
fn from(err: SdkError<RemoveBridgeSourceError, R>) -> Self
source§impl<R> From<SdkError<RemoveFlowMediaStreamError, R>> for Error
impl<R> From<SdkError<RemoveFlowMediaStreamError, R>> for Error
source§fn from(err: SdkError<RemoveFlowMediaStreamError, R>) -> Self
fn from(err: SdkError<RemoveFlowMediaStreamError, R>) -> Self
source§impl<R> From<SdkError<RemoveFlowOutputError, R>> for Error
impl<R> From<SdkError<RemoveFlowOutputError, R>> for Error
source§fn from(err: SdkError<RemoveFlowOutputError, R>) -> Self
fn from(err: SdkError<RemoveFlowOutputError, R>) -> Self
source§impl<R> From<SdkError<RemoveFlowSourceError, R>> for Error
impl<R> From<SdkError<RemoveFlowSourceError, R>> for Error
source§fn from(err: SdkError<RemoveFlowSourceError, R>) -> Self
fn from(err: SdkError<RemoveFlowSourceError, R>) -> Self
source§impl<R> From<SdkError<RemoveFlowVpcInterfaceError, R>> for Error
impl<R> From<SdkError<RemoveFlowVpcInterfaceError, R>> for Error
source§fn from(err: SdkError<RemoveFlowVpcInterfaceError, R>) -> Self
fn from(err: SdkError<RemoveFlowVpcInterfaceError, R>) -> Self
source§impl<R> From<SdkError<RevokeFlowEntitlementError, R>> for Error
impl<R> From<SdkError<RevokeFlowEntitlementError, R>> for Error
source§fn from(err: SdkError<RevokeFlowEntitlementError, R>) -> Self
fn from(err: SdkError<RevokeFlowEntitlementError, R>) -> Self
source§impl<R> From<SdkError<StartFlowError, R>> for Error
impl<R> From<SdkError<StartFlowError, R>> for Error
source§fn from(err: SdkError<StartFlowError, R>) -> Self
fn from(err: SdkError<StartFlowError, R>) -> Self
source§impl<R> From<SdkError<StopFlowError, R>> for Error
impl<R> From<SdkError<StopFlowError, R>> for Error
source§fn from(err: SdkError<StopFlowError, R>) -> Self
fn from(err: SdkError<StopFlowError, R>) -> Self
source§impl<R> From<SdkError<TagResourceError, R>> for Error
impl<R> From<SdkError<TagResourceError, R>> for Error
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
source§impl<R> From<SdkError<UntagResourceError, R>> for Error
impl<R> From<SdkError<UntagResourceError, R>> for Error
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
source§impl<R> From<SdkError<UpdateBridgeError, R>> for Error
impl<R> From<SdkError<UpdateBridgeError, R>> for Error
source§fn from(err: SdkError<UpdateBridgeError, R>) -> Self
fn from(err: SdkError<UpdateBridgeError, R>) -> Self
source§impl<R> From<SdkError<UpdateBridgeOutputError, R>> for Error
impl<R> From<SdkError<UpdateBridgeOutputError, R>> for Error
source§fn from(err: SdkError<UpdateBridgeOutputError, R>) -> Self
fn from(err: SdkError<UpdateBridgeOutputError, R>) -> Self
source§impl<R> From<SdkError<UpdateBridgeSourceError, R>> for Error
impl<R> From<SdkError<UpdateBridgeSourceError, R>> for Error
source§fn from(err: SdkError<UpdateBridgeSourceError, R>) -> Self
fn from(err: SdkError<UpdateBridgeSourceError, R>) -> Self
source§impl<R> From<SdkError<UpdateBridgeStateError, R>> for Error
impl<R> From<SdkError<UpdateBridgeStateError, R>> for Error
source§fn from(err: SdkError<UpdateBridgeStateError, R>) -> Self
fn from(err: SdkError<UpdateBridgeStateError, R>) -> Self
source§impl<R> From<SdkError<UpdateFlowEntitlementError, R>> for Error
impl<R> From<SdkError<UpdateFlowEntitlementError, R>> for Error
source§fn from(err: SdkError<UpdateFlowEntitlementError, R>) -> Self
fn from(err: SdkError<UpdateFlowEntitlementError, R>) -> Self
source§impl<R> From<SdkError<UpdateFlowError, R>> for Error
impl<R> From<SdkError<UpdateFlowError, R>> for Error
source§fn from(err: SdkError<UpdateFlowError, R>) -> Self
fn from(err: SdkError<UpdateFlowError, R>) -> Self
source§impl<R> From<SdkError<UpdateFlowMediaStreamError, R>> for Error
impl<R> From<SdkError<UpdateFlowMediaStreamError, R>> for Error
source§fn from(err: SdkError<UpdateFlowMediaStreamError, R>) -> Self
fn from(err: SdkError<UpdateFlowMediaStreamError, R>) -> Self
source§impl<R> From<SdkError<UpdateFlowOutputError, R>> for Error
impl<R> From<SdkError<UpdateFlowOutputError, R>> for Error
source§fn from(err: SdkError<UpdateFlowOutputError, R>) -> Self
fn from(err: SdkError<UpdateFlowOutputError, R>) -> Self
source§impl<R> From<SdkError<UpdateFlowSourceError, R>> for Error
impl<R> From<SdkError<UpdateFlowSourceError, R>> for Error
source§fn from(err: SdkError<UpdateFlowSourceError, R>) -> Self
fn from(err: SdkError<UpdateFlowSourceError, R>) -> Self
source§impl<R> From<SdkError<UpdateGatewayInstanceError, R>> for Error
impl<R> From<SdkError<UpdateGatewayInstanceError, R>> for Error
source§fn from(err: SdkError<UpdateGatewayInstanceError, R>) -> Self
fn from(err: SdkError<UpdateGatewayInstanceError, R>) -> Self
source§impl From<StartFlowError> for Error
impl From<StartFlowError> for Error
source§fn from(err: StartFlowError) -> Self
fn from(err: StartFlowError) -> Self
source§impl From<StopFlowError> for Error
impl From<StopFlowError> for Error
source§fn from(err: StopFlowError) -> Self
fn from(err: StopFlowError) -> Self
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
source§impl From<UpdateBridgeError> for Error
impl From<UpdateBridgeError> for Error
source§fn from(err: UpdateBridgeError) -> Self
fn from(err: UpdateBridgeError) -> Self
source§impl From<UpdateBridgeOutputError> for Error
impl From<UpdateBridgeOutputError> for Error
source§fn from(err: UpdateBridgeOutputError) -> Self
fn from(err: UpdateBridgeOutputError) -> Self
source§impl From<UpdateBridgeSourceError> for Error
impl From<UpdateBridgeSourceError> for Error
source§fn from(err: UpdateBridgeSourceError) -> Self
fn from(err: UpdateBridgeSourceError) -> Self
source§impl From<UpdateBridgeStateError> for Error
impl From<UpdateBridgeStateError> for Error
source§fn from(err: UpdateBridgeStateError) -> Self
fn from(err: UpdateBridgeStateError) -> Self
source§impl From<UpdateFlowEntitlementError> for Error
impl From<UpdateFlowEntitlementError> for Error
source§fn from(err: UpdateFlowEntitlementError) -> Self
fn from(err: UpdateFlowEntitlementError) -> Self
source§impl From<UpdateFlowError> for Error
impl From<UpdateFlowError> for Error
source§fn from(err: UpdateFlowError) -> Self
fn from(err: UpdateFlowError) -> Self
source§impl From<UpdateFlowMediaStreamError> for Error
impl From<UpdateFlowMediaStreamError> for Error
source§fn from(err: UpdateFlowMediaStreamError) -> Self
fn from(err: UpdateFlowMediaStreamError) -> Self
source§impl From<UpdateFlowOutputError> for Error
impl From<UpdateFlowOutputError> for Error
source§fn from(err: UpdateFlowOutputError) -> Self
fn from(err: UpdateFlowOutputError) -> Self
source§impl From<UpdateFlowSourceError> for Error
impl From<UpdateFlowSourceError> for Error
source§fn from(err: UpdateFlowSourceError) -> Self
fn from(err: UpdateFlowSourceError) -> Self
source§impl From<UpdateGatewayInstanceError> for Error
impl From<UpdateGatewayInstanceError> for Error
source§fn from(err: UpdateGatewayInstanceError) -> Self
fn from(err: UpdateGatewayInstanceError) -> Self
source§impl<O, E> From<WaiterError<O, E>> for Error
impl<O, E> From<WaiterError<O, E>> for Error
source§fn from(err: WaiterError<O, E>) -> Self
fn from(err: WaiterError<O, E>) -> Self
source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more