CodePipelineErrorType
public enum CodePipelineErrorType : AWSErrorType
extension CodePipelineErrorType : CustomStringConvertible
Error enum for CodePipeline
-
Undocumented
Declaration
Swift
case actionNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case actionTypeNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case approvalAlreadyCompletedException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case duplicatedStopRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidActionDeclarationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidApprovalTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidBlockerDeclarationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidClientTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidJobException(message: String?)
-
Undocumented
Declaration
Swift
case invalidJobStateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNonceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidStageDeclarationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidStructureException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTagsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidWebhookAuthenticationParametersException(message: String?)
-
Undocumented
Declaration
Swift
case invalidWebhookFilterPatternException(message: String?)
-
Undocumented
Declaration
Swift
case jobNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case notLatestPipelineExecutionException(message: String?)
-
Undocumented
Declaration
Swift
case outputVariablesSizeExceededException(message: String?)
-
Undocumented
Declaration
Swift
case pipelineExecutionNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case pipelineExecutionNotStoppableException(message: String?)
-
Undocumented
Declaration
Swift
case pipelineNameInUseException(message: String?)
-
Undocumented
Declaration
Swift
case pipelineNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case pipelineVersionNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case stageNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case stageNotRetryableException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
case webhookNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }