AWSIoTDataErrorType
Objective-C
NS_ENUM(NSInteger, AWSIoTDataErrorType) {
AWSIoTDataErrorUnknown,
AWSIoTDataErrorConflict,
AWSIoTDataErrorInternalFailure,
AWSIoTDataErrorInvalidRequest,
AWSIoTDataErrorMethodNotAllowed,
AWSIoTDataErrorRequestEntityTooLarge,
AWSIoTDataErrorResourceNotFound,
AWSIoTDataErrorServiceUnavailable,
AWSIoTDataErrorThrottling,
AWSIoTDataErrorUnauthorized,
AWSIoTDataErrorUnsupportedDocumentEncoding,
}
Swift
enum AWSIoTDataErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorConflict
Swift
case conflict = 1
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorInternalFailure
Swift
case internalFailure = 2
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorInvalidRequest
Swift
case invalidRequest = 3
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorMethodNotAllowed
Swift
case methodNotAllowed = 4
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorRequestEntityTooLarge
Swift
case requestEntityTooLarge = 5
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorResourceNotFound
Swift
case resourceNotFound = 6
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorServiceUnavailable
Swift
case serviceUnavailable = 7
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorThrottling
Swift
case throttling = 8
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorUnauthorized
Swift
case unauthorized = 9
-
Undocumented
Declaration
Objective-C
AWSIoTDataErrorUnsupportedDocumentEncoding
Swift
case unsupportedDocumentEncoding = 10