AWSPinpointTargetingErrorType
Objective-C
NS_ENUM(NSInteger, AWSPinpointTargetingErrorType) {
AWSPinpointTargetingErrorUnknown,
AWSPinpointTargetingErrorBadRequest,
AWSPinpointTargetingErrorConflict,
AWSPinpointTargetingErrorForbidden,
AWSPinpointTargetingErrorInternalServerError,
AWSPinpointTargetingErrorMethodNotAllowed,
AWSPinpointTargetingErrorNotFound,
AWSPinpointTargetingErrorPayloadTooLarge,
AWSPinpointTargetingErrorTooManyRequests,
}
Swift
enum AWSPinpointTargetingErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorBadRequest
Swift
case badRequest = 1
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorConflict
Swift
case conflict = 2
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorForbidden
Swift
case forbidden = 3
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorInternalServerError
Swift
case internalServerError = 4
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorMethodNotAllowed
Swift
case methodNotAllowed = 5
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorNotFound
Swift
case notFound = 6
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorPayloadTooLarge
Swift
case payloadTooLarge = 7
-
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorTooManyRequests
Swift
case tooManyRequests = 8