AWSComprehendBatchItemError
Objective-C
@interface AWSComprehendBatchItemError
Swift
class AWSComprehendBatchItemError
Describes an error that occurred while processing a document in a batch. The operation returns on BatchItemError
object for each document that contained an error.
-
The numeric error code of the error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorCode;
Swift
var errorCode: String? { get set }
-
A text description of the error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorMessage;
Swift
var errorMessage: String? { get set }
-
The zero-based index of the document in the input list.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable index;
Swift
var index: NSNumber? { get set }