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
AWSPinpointTargetingErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorBadRequestSwift
case badRequest = 1 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorConflictSwift
case conflict = 2 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorForbiddenSwift
case forbidden = 3 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorInternalServerErrorSwift
case internalServerError = 4 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorMethodNotAllowedSwift
case methodNotAllowed = 5 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorNotFoundSwift
case notFound = 6 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorPayloadTooLargeSwift
case payloadTooLarge = 7 -
Undocumented
Declaration
Objective-C
AWSPinpointTargetingErrorTooManyRequestsSwift
case tooManyRequests = 8
View on GitHub
Install in Dash
AWSPinpointTargetingErrorType Enumeration Reference