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
ActionNotFoundException(ActionNotFoundException)
The specified action cannot be found.
Tuple Fields of ActionNotFoundException
ActionTypeNotFoundException(ActionTypeNotFoundException)
The specified action type cannot be found.
Tuple Fields of ActionTypeNotFoundException
ApprovalAlreadyCompletedException(ApprovalAlreadyCompletedException)
The approval action has already been approved or rejected.
Tuple Fields of ApprovalAlreadyCompletedException
ConcurrentModificationException(ConcurrentModificationException)
Unable to modify the tag due to a simultaneous update request.
Tuple Fields of ConcurrentModificationException
ConflictException(ConflictException)
Your request cannot be handled because the pipeline is busy handling ongoing activities. Try again later.
Tuple Fields of 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
InvalidActionDeclarationException(InvalidActionDeclarationException)
The action declaration was specified in an invalid format.
Tuple Fields of InvalidActionDeclarationException
InvalidApprovalTokenException(InvalidApprovalTokenException)
The approval request already received a response or has expired.
Tuple Fields of InvalidApprovalTokenException
InvalidArnException(InvalidArnException)
The specified resource ARN is invalid.
Tuple Fields of InvalidArnException
InvalidBlockerDeclarationException(InvalidBlockerDeclarationException)
Reserved for future use.
Tuple Fields of InvalidBlockerDeclarationException
InvalidClientTokenException(InvalidClientTokenException)
The client token was specified in an invalid format
Tuple Fields of InvalidClientTokenException
InvalidJobException(InvalidJobException)
The job was specified in an invalid format or cannot be found.
Tuple Fields of InvalidJobException
InvalidJobStateException(InvalidJobStateException)
The job state was specified in an invalid format.
Tuple Fields of 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
InvalidNonceException(InvalidNonceException)
The nonce was specified in an invalid format.
Tuple Fields of InvalidNonceException
InvalidStageDeclarationException(InvalidStageDeclarationException)
The stage declaration was specified in an invalid format.
Tuple Fields of InvalidStageDeclarationException
InvalidStructureException(InvalidStructureException)
The structure was specified in an invalid format.
Tuple Fields of InvalidStructureException
InvalidTagsException(InvalidTagsException)
The specified resource tags are invalid.
Tuple Fields of InvalidTagsException
InvalidWebhookAuthenticationParametersException(InvalidWebhookAuthenticationParametersException)
The specified authentication type is in an invalid format.
Tuple Fields of InvalidWebhookAuthenticationParametersException
InvalidWebhookFilterPatternException(InvalidWebhookFilterPatternException)
The specified event filter rule is in an invalid format.
Tuple Fields of InvalidWebhookFilterPatternException
JobNotFoundException(JobNotFoundException)
The job was specified in an invalid format or cannot be found.
Tuple Fields of JobNotFoundException
LimitExceededException(LimitExceededException)
The number of pipelines associated with the AWS account has exceeded the limit allowed for the account.
Tuple Fields of 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
OutputVariablesSizeExceededException(OutputVariablesSizeExceededException)
Exceeded the total size limit for all variables in the pipeline.
Tuple Fields of 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
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
PipelineNameInUseException(PipelineNameInUseException)
The specified pipeline name is already in use.
Tuple Fields of PipelineNameInUseException
PipelineNotFoundException(PipelineNotFoundException)
The pipeline was specified in an invalid format or cannot be found.
Tuple Fields of PipelineNotFoundException
PipelineVersionNotFoundException(PipelineVersionNotFoundException)
The pipeline version was specified in an invalid format or cannot be found.
Tuple Fields of PipelineVersionNotFoundException
RequestFailedException(RequestFailedException)
The request failed because of an unknown error, exception, or failure.
Tuple Fields of RequestFailedException
ResourceNotFoundException(ResourceNotFoundException)
The resource was specified in an invalid format.
Tuple Fields of ResourceNotFoundException
StageNotFoundException(StageNotFoundException)
The stage was specified in an invalid format or cannot be found.
Tuple Fields of 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
TooManyTagsException(TooManyTagsException)
The tags limit for a resource has been exceeded.
Tuple Fields of TooManyTagsException
ValidationException(ValidationException)
The validation was specified in an invalid format.
Tuple Fields of ValidationException
WebhookNotFoundException(WebhookNotFoundException)
The specified webhook was entered in an invalid format or cannot be found.
Tuple Fields of WebhookNotFoundException
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more