Enum aws_sdk_codepipeline::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 37 variants ActionNotFoundException(ActionNotFoundException), ActionTypeNotFoundException(ActionTypeNotFoundException), ApprovalAlreadyCompletedException(ApprovalAlreadyCompletedException), ConcurrentModificationException(ConcurrentModificationException), ConflictException(ConflictException), DuplicatedStopRequestException(DuplicatedStopRequestException), InvalidActionDeclarationException(InvalidActionDeclarationException), InvalidApprovalTokenException(InvalidApprovalTokenException), InvalidArnException(InvalidArnException), InvalidBlockerDeclarationException(InvalidBlockerDeclarationException), InvalidClientTokenException(InvalidClientTokenException), InvalidJobException(InvalidJobException), InvalidJobStateException(InvalidJobStateException), InvalidNextTokenException(InvalidNextTokenException), InvalidNonceException(InvalidNonceException), InvalidStageDeclarationException(InvalidStageDeclarationException), InvalidStructureException(InvalidStructureException), InvalidTagsException(InvalidTagsException), InvalidWebhookAuthenticationParametersException(InvalidWebhookAuthenticationParametersException), InvalidWebhookFilterPatternException(InvalidWebhookFilterPatternException), JobNotFoundException(JobNotFoundException), LimitExceededException(LimitExceededException), NotLatestPipelineExecutionException(NotLatestPipelineExecutionException), OutputVariablesSizeExceededException(OutputVariablesSizeExceededException), PipelineExecutionNotFoundException(PipelineExecutionNotFoundException), PipelineExecutionNotStoppableException(PipelineExecutionNotStoppableException), PipelineNameInUseException(PipelineNameInUseException), PipelineNotFoundException(PipelineNotFoundException), PipelineVersionNotFoundException(PipelineVersionNotFoundException), RequestFailedException(RequestFailedException), ResourceNotFoundException(ResourceNotFoundException), StageNotFoundException(StageNotFoundException), StageNotRetryableException(StageNotRetryableException), TooManyTagsException(TooManyTagsException), ValidationException(ValidationException), WebhookNotFoundException(WebhookNotFoundException), 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
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.
ActionNotFoundException(ActionNotFoundException)

The specified action cannot be found.

Tuple Fields of ActionNotFoundException

0: ActionNotFoundException
ActionTypeNotFoundException(ActionTypeNotFoundException)

The specified action type cannot be found.

Tuple Fields of ActionTypeNotFoundException

0: ActionTypeNotFoundException
ApprovalAlreadyCompletedException(ApprovalAlreadyCompletedException)

The approval action has already been approved or rejected.

Tuple Fields of ApprovalAlreadyCompletedException

0: ApprovalAlreadyCompletedException
ConcurrentModificationException(ConcurrentModificationException)

Unable to modify the tag due to a simultaneous update request.

Tuple Fields of ConcurrentModificationException

0: ConcurrentModificationException
ConflictException(ConflictException)

Your request cannot be handled because the pipeline is busy handling ongoing activities. Try again later.

Tuple Fields of ConflictException

0: ConflictException
DuplicatedStopRequestException(DuplicatedStopRequestException)

The pipeline execution is already in a Stopping state. If you already chose to stop and wait, you cannot make that request again. You can choose to stop and abandon now, but be aware that this option can lead to failed tasks or out of sequence tasks. If you already chose to stop and abandon, you cannot make that request again.

Tuple Fields of DuplicatedStopRequestException

0: DuplicatedStopRequestException
InvalidActionDeclarationException(InvalidActionDeclarationException)

The action declaration was specified in an invalid format.

Tuple Fields of InvalidActionDeclarationException

0: InvalidActionDeclarationException
InvalidApprovalTokenException(InvalidApprovalTokenException)

The approval request already received a response or has expired.

Tuple Fields of InvalidApprovalTokenException

0: InvalidApprovalTokenException
InvalidArnException(InvalidArnException)

The specified resource ARN is invalid.

Tuple Fields of InvalidArnException

0: InvalidArnException
InvalidBlockerDeclarationException(InvalidBlockerDeclarationException)

Reserved for future use.

Tuple Fields of InvalidBlockerDeclarationException

0: InvalidBlockerDeclarationException
InvalidClientTokenException(InvalidClientTokenException)

The client token was specified in an invalid format

Tuple Fields of InvalidClientTokenException

0: InvalidClientTokenException
InvalidJobException(InvalidJobException)

The job was specified in an invalid format or cannot be found.

Tuple Fields of InvalidJobException

0: InvalidJobException
InvalidJobStateException(InvalidJobStateException)

The job state was specified in an invalid format.

Tuple Fields of InvalidJobStateException

0: InvalidJobStateException
InvalidNextTokenException(InvalidNextTokenException)

The next token was specified in an invalid format. Make sure that the next token you provide is the token returned by a previous call.

Tuple Fields of InvalidNextTokenException

0: InvalidNextTokenException
InvalidNonceException(InvalidNonceException)

The nonce was specified in an invalid format.

Tuple Fields of InvalidNonceException

0: InvalidNonceException
InvalidStageDeclarationException(InvalidStageDeclarationException)

The stage declaration was specified in an invalid format.

Tuple Fields of InvalidStageDeclarationException

0: InvalidStageDeclarationException
InvalidStructureException(InvalidStructureException)

The structure was specified in an invalid format.

Tuple Fields of InvalidStructureException

0: InvalidStructureException
InvalidTagsException(InvalidTagsException)

The specified resource tags are invalid.

Tuple Fields of InvalidTagsException

0: InvalidTagsException
InvalidWebhookAuthenticationParametersException(InvalidWebhookAuthenticationParametersException)

The specified authentication type is in an invalid format.

Tuple Fields of InvalidWebhookAuthenticationParametersException

0: InvalidWebhookAuthenticationParametersException
InvalidWebhookFilterPatternException(InvalidWebhookFilterPatternException)

The specified event filter rule is in an invalid format.

Tuple Fields of InvalidWebhookFilterPatternException

0: InvalidWebhookFilterPatternException
JobNotFoundException(JobNotFoundException)

The job was specified in an invalid format or cannot be found.

Tuple Fields of JobNotFoundException

0: JobNotFoundException
LimitExceededException(LimitExceededException)

The number of pipelines associated with the AWS account has exceeded the limit allowed for the account.

Tuple Fields of LimitExceededException

0: LimitExceededException
NotLatestPipelineExecutionException(NotLatestPipelineExecutionException)

The stage has failed in a later run of the pipeline and the pipelineExecutionId associated with the request is out of date.

Tuple Fields of NotLatestPipelineExecutionException

0: NotLatestPipelineExecutionException
OutputVariablesSizeExceededException(OutputVariablesSizeExceededException)

Exceeded the total size limit for all variables in the pipeline.

Tuple Fields of OutputVariablesSizeExceededException

0: OutputVariablesSizeExceededException
PipelineExecutionNotFoundException(PipelineExecutionNotFoundException)

The pipeline execution was specified in an invalid format or cannot be found, or an execution ID does not belong to the specified pipeline.

Tuple Fields of PipelineExecutionNotFoundException

0: PipelineExecutionNotFoundException
PipelineExecutionNotStoppableException(PipelineExecutionNotStoppableException)

Unable to stop the pipeline execution. The execution might already be in a Stopped state, or it might no longer be in progress.

Tuple Fields of PipelineExecutionNotStoppableException

0: PipelineExecutionNotStoppableException
PipelineNameInUseException(PipelineNameInUseException)

The specified pipeline name is already in use.

Tuple Fields of PipelineNameInUseException

0: PipelineNameInUseException
PipelineNotFoundException(PipelineNotFoundException)

The pipeline was specified in an invalid format or cannot be found.

Tuple Fields of PipelineNotFoundException

0: PipelineNotFoundException
PipelineVersionNotFoundException(PipelineVersionNotFoundException)

The pipeline version was specified in an invalid format or cannot be found.

Tuple Fields of PipelineVersionNotFoundException

0: PipelineVersionNotFoundException
RequestFailedException(RequestFailedException)

The request failed because of an unknown error, exception, or failure.

Tuple Fields of RequestFailedException

0: RequestFailedException
ResourceNotFoundException(ResourceNotFoundException)

The resource was specified in an invalid format.

Tuple Fields of ResourceNotFoundException

0: ResourceNotFoundException
StageNotFoundException(StageNotFoundException)

The stage was specified in an invalid format or cannot be found.

Tuple Fields of StageNotFoundException

0: StageNotFoundException
StageNotRetryableException(StageNotRetryableException)

Unable to retry. The pipeline structure or stage state might have changed while actions awaited retry, or the stage contains no failed actions.

Tuple Fields of StageNotRetryableException

0: StageNotRetryableException
TooManyTagsException(TooManyTagsException)

The tags limit for a resource has been exceeded.

Tuple Fields of TooManyTagsException

0: TooManyTagsException
ValidationException(ValidationException)

The validation was specified in an invalid format.

Tuple Fields of ValidationException

0: ValidationException
WebhookNotFoundException(WebhookNotFoundException)

The specified webhook was entered in an invalid format or cannot be found.

Tuple Fields of WebhookNotFoundException

0: WebhookNotFoundException
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unhandled error occurred.

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more