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
AWSLocationBatchItemErrorCodeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeAccessDeniedError
Swift
case accessDeniedError = 1
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeConflictError
Swift
case conflictError = 2
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeInternalServerError
Swift
case internalServerError = 3
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeResourceNotFoundError
Swift
case resourceNotFoundError = 4
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeThrottlingError
Swift
case throttlingError = 5
-
Undocumented
Declaration
Objective-C
AWSLocationBatchItemErrorCodeValidationError
Swift
case validationError = 6