GlueErrorType
public enum GlueErrorType : AWSErrorType
extension GlueErrorType : CustomStringConvertible
Error enum for Glue
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case alreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentRunsExceededException(message: String?)
-
Undocumented
Declaration
Swift
case conditionCheckFailureException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case crawlerNotRunningException(message: String?)
-
Undocumented
Declaration
Swift
case crawlerRunningException(message: String?)
-
Undocumented
Declaration
Swift
case crawlerStoppingException(message: String?)
-
Undocumented
Declaration
Swift
case entityNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case glueEncryptionException(message: String?)
-
Undocumented
Declaration
Swift
case idempotentParameterMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case illegalWorkflowStateException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case mLTransformNotReadyException(message: String?)
-
Undocumented
Declaration
Swift
case noScheduleException(message: String?)
-
Undocumented
Declaration
Swift
case operationTimeoutException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNumberLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case schedulerNotRunningException(message: String?)
-
Undocumented
Declaration
Swift
case schedulerRunningException(message: String?)
-
Undocumented
Declaration
Swift
case schedulerTransitioningException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
case versionMismatchException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }