TextractErrorType
public enum TextractErrorType : AWSErrorType
extension TextractErrorType : CustomStringConvertible
Error enum for Textract
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case badDocumentException(message: String?)
-
Undocumented
Declaration
Swift
case documentTooLargeException(message: String?)
-
Undocumented
Declaration
Swift
case humanLoopQuotaExceededException(message: String?)
-
Undocumented
Declaration
Swift
case idempotentParameterMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerError(message: String?)
-
Undocumented
Declaration
Swift
case invalidJobIdException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3ObjectException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case provisionedThroughputExceededException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedDocumentException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }