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)

Tuple Fields

The specified action cannot be found.

ActionTypeNotFoundException(ActionTypeNotFoundException)

The specified action type cannot be found.

ApprovalAlreadyCompletedException(ApprovalAlreadyCompletedException)

The approval action has already been approved or rejected.

ConcurrentModificationException(ConcurrentModificationException)

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

ConflictException(ConflictException)

Tuple Fields

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

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.

InvalidActionDeclarationException(InvalidActionDeclarationException)

The action declaration was specified in an invalid format.

InvalidApprovalTokenException(InvalidApprovalTokenException)

The approval request already received a response or has expired.

InvalidArnException(InvalidArnException)

Tuple Fields

The specified resource ARN is invalid.

InvalidBlockerDeclarationException(InvalidBlockerDeclarationException)

Reserved for future use.

InvalidClientTokenException(InvalidClientTokenException)

The client token was specified in an invalid format

InvalidJobException(InvalidJobException)

Tuple Fields

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

InvalidJobStateException(InvalidJobStateException)

Tuple Fields

The job state was specified in an invalid format.

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.

InvalidNonceException(InvalidNonceException)

Tuple Fields

The nonce was specified in an invalid format.

InvalidStageDeclarationException(InvalidStageDeclarationException)

The stage declaration was specified in an invalid format.

InvalidStructureException(InvalidStructureException)

The structure was specified in an invalid format.

InvalidTagsException(InvalidTagsException)

Tuple Fields

The specified resource tags are invalid.

InvalidWebhookAuthenticationParametersException(InvalidWebhookAuthenticationParametersException)

The specified authentication type is in an invalid format.

InvalidWebhookFilterPatternException(InvalidWebhookFilterPatternException)

The specified event filter rule is in an invalid format.

JobNotFoundException(JobNotFoundException)

Tuple Fields

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

LimitExceededException(LimitExceededException)

Tuple Fields

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

NotLatestPipelineExecutionException(NotLatestPipelineExecutionException)

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

OutputVariablesSizeExceededException(OutputVariablesSizeExceededException)

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

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.

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.

PipelineNameInUseException(PipelineNameInUseException)

The specified pipeline name is already in use.

PipelineNotFoundException(PipelineNotFoundException)

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

PipelineVersionNotFoundException(PipelineVersionNotFoundException)

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

RequestFailedException(RequestFailedException)

Tuple Fields

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

ResourceNotFoundException(ResourceNotFoundException)

The resource was specified in an invalid format.

StageNotFoundException(StageNotFoundException)

Tuple Fields

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

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.

TooManyTagsException(TooManyTagsException)

Tuple Fields

The tags limit for a resource has been exceeded.

ValidationException(ValidationException)

Tuple Fields

The validation was specified in an invalid format.

WebhookNotFoundException(WebhookNotFoundException)

Tuple Fields

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

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

Tuple Fields

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

An unhandled error occurred.

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