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
AWSIoTDataErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorConflictSwift
case conflict = 1 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorInternalFailureSwift
case internalFailure = 2 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorInvalidRequestSwift
case invalidRequest = 3 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorMethodNotAllowedSwift
case methodNotAllowed = 4 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorRequestEntityTooLargeSwift
case requestEntityTooLarge = 5 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorResourceNotFoundSwift
case resourceNotFound = 6 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorServiceUnavailableSwift
case serviceUnavailable = 7 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorThrottlingSwift
case throttling = 8 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorUnauthorizedSwift
case unauthorized = 9 -
Undocumented
Declaration
Objective-C
AWSIoTDataErrorUnsupportedDocumentEncodingSwift
case unsupportedDocumentEncoding = 10
View on GitHub
Install in Dash
AWSIoTDataErrorType Enumeration Reference