AWSComprehendPageBasedErrorCode
Objective-C
NS_ENUM(NSInteger, AWSComprehendPageBasedErrorCode) {
AWSComprehendPageBasedErrorCodeUnknown,
AWSComprehendPageBasedErrorCodeTextractBadPage,
AWSComprehendPageBasedErrorCodeTextractProvisionedThroughputExceeded,
AWSComprehendPageBasedErrorCodePageCharactersExceeded,
AWSComprehendPageBasedErrorCodePageSizeExceeded,
AWSComprehendPageBasedErrorCodeInternalServerError,
}
Swift
enum AWSComprehendPageBasedErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSComprehendPageBasedErrorCodeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSComprehendPageBasedErrorCodeTextractBadPage
Swift
case textractBadPage = 1
-
Undocumented
Declaration
Objective-C
AWSComprehendPageBasedErrorCodeTextractProvisionedThroughputExceeded
Swift
case textractProvisionedThroughputExceeded = 2
-
Undocumented
Declaration
Objective-C
AWSComprehendPageBasedErrorCodePageCharactersExceeded
Swift
case pageCharactersExceeded = 3
-
Undocumented
Declaration
Objective-C
AWSComprehendPageBasedErrorCodePageSizeExceeded
Swift
case pageSizeExceeded = 4
-
Undocumented
Declaration
Objective-C
AWSComprehendPageBasedErrorCodeInternalServerError
Swift
case internalServerError = 5