AWSLocationBatchItemErrorCode
Objective-C
NS_ENUM(NSInteger, AWSLocationBatchItemErrorCode) {
AWSLocationBatchItemErrorCodeUnknown,
AWSLocationBatchItemErrorCodeAccessDeniedError,
AWSLocationBatchItemErrorCodeConflictError,
AWSLocationBatchItemErrorCodeInternalServerError,
AWSLocationBatchItemErrorCodeResourceNotFoundError,
AWSLocationBatchItemErrorCodeThrottlingError,
AWSLocationBatchItemErrorCodeValidationError,
}
Swift
enum AWSLocationBatchItemErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeAccessDeniedErrorSwift
case accessDeniedError = 1 -
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeConflictErrorSwift
case conflictError = 2 -
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeInternalServerErrorSwift
case internalServerError = 3 -
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeResourceNotFoundErrorSwift
case resourceNotFoundError = 4 -
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeThrottlingErrorSwift
case throttlingError = 5 -
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeValidationErrorSwift
case validationError = 6
View on GitHub
Install in Dash
AWSLocationBatchItemErrorCode Enumeration Reference