DynamoDBErrorType
public enum DynamoDBErrorType : AWSErrorType
extension DynamoDBErrorType : CustomStringConvertible
Error enum for DynamoDB
-
Undocumented
Declaration
Swift
case backupInUseException(message: String?)
-
Undocumented
Declaration
Swift
case backupNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case conditionalCheckFailedException(message: String?)
-
Undocumented
Declaration
Swift
case continuousBackupsUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case globalTableAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case globalTableNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case idempotentParameterMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case indexNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerError(message: String?)
-
Undocumented
Declaration
Swift
case invalidRestoreTimeException(message: String?)
-
Undocumented
Declaration
Swift
case itemCollectionSizeLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case pointInTimeRecoveryUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case provisionedThroughputExceededException(message: String?)
-
Undocumented
Declaration
Swift
case replicaAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case replicaNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case requestLimitExceeded(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tableAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case tableInUseException(message: String?)
-
Undocumented
Declaration
Swift
case tableNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case transactionCanceledException(message: String?)
-
Undocumented
Declaration
Swift
case transactionConflictException(message: String?)
-
Undocumented
Declaration
Swift
case transactionInProgressException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }