AWSIoTErrorType
Objective-C
NS_ENUM(NSInteger, AWSIoTErrorType) {
AWSIoTErrorUnknown,
AWSIoTErrorCertificateConflict,
AWSIoTErrorCertificateState,
AWSIoTErrorCertificateValidation,
AWSIoTErrorConflict,
AWSIoTErrorConflictingResourceUpdate,
AWSIoTErrorDeleteConflict,
AWSIoTErrorIndexNotReady,
AWSIoTErrorInternal,
AWSIoTErrorInternalFailure,
AWSIoTErrorInternalServer,
AWSIoTErrorInvalidAggregation,
AWSIoTErrorInvalidQuery,
AWSIoTErrorInvalidRequest,
AWSIoTErrorInvalidResponse,
AWSIoTErrorInvalidStateTransition,
AWSIoTErrorLimitExceeded,
AWSIoTErrorMalformedPolicy,
AWSIoTErrorNotConfigured,
AWSIoTErrorRegistrationCodeValidation,
AWSIoTErrorResourceAlreadyExists,
AWSIoTErrorResourceNotFound,
AWSIoTErrorResourceRegistrationFailure,
AWSIoTErrorServiceQuotaExceeded,
AWSIoTErrorServiceUnavailable,
AWSIoTErrorSqlParse,
AWSIoTErrorTaskAlreadyExists,
AWSIoTErrorThrottling,
AWSIoTErrorTransferAlreadyCompleted,
AWSIoTErrorTransferConflict,
AWSIoTErrorUnauthorized,
AWSIoTErrorValidation,
AWSIoTErrorVersionConflict,
AWSIoTErrorVersionsLimitExceeded,
}
Swift
enum AWSIoTErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTErrorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTErrorCertificateConflict
Swift
case certificateConflict = 1
-
Undocumented
Declaration
Objective-C
AWSIoTErrorCertificateState
Swift
case certificateState = 2
-
Undocumented
Declaration
Objective-C
AWSIoTErrorCertificateValidation
Swift
case certificateValidation = 3
-
Undocumented
Declaration
Objective-C
AWSIoTErrorConflict
Swift
case conflict = 4
-
Undocumented
Declaration
Objective-C
AWSIoTErrorConflictingResourceUpdate
Swift
case conflictingResourceUpdate = 5
-
Undocumented
Declaration
Objective-C
AWSIoTErrorDeleteConflict
Swift
case deleteConflict = 6
-
Undocumented
Declaration
Objective-C
AWSIoTErrorIndexNotReady
Swift
case indexNotReady = 7
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInternal
Swift
case `internal` = 8
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInternalFailure
Swift
case internalFailure = 9
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInternalServer
Swift
case internalServer = 10
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidAggregation
Swift
case invalidAggregation = 11
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidQuery
Swift
case invalidQuery = 12
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidRequest
Swift
case invalidRequest = 13
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidResponse
Swift
case invalidResponse = 14
-
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidStateTransition
Swift
case invalidStateTransition = 15
-
Undocumented
Declaration
Objective-C
AWSIoTErrorLimitExceeded
Swift
case limitExceeded = 16
-
Undocumented
Declaration
Objective-C
AWSIoTErrorMalformedPolicy
Swift
case malformedPolicy = 17
-
Undocumented
Declaration
Objective-C
AWSIoTErrorNotConfigured
Swift
case notConfigured = 18
-
Undocumented
Declaration
Objective-C
AWSIoTErrorRegistrationCodeValidation
Swift
case registrationCodeValidation = 19
-
Undocumented
Declaration
Objective-C
AWSIoTErrorResourceAlreadyExists
Swift
case resourceAlreadyExists = 20
-
Undocumented
Declaration
Objective-C
AWSIoTErrorResourceNotFound
Swift
case resourceNotFound = 21
-
Undocumented
Declaration
Objective-C
AWSIoTErrorResourceRegistrationFailure
Swift
case resourceRegistrationFailure = 22
-
Undocumented
Declaration
Objective-C
AWSIoTErrorServiceQuotaExceeded
Swift
case serviceQuotaExceeded = 23
-
Undocumented
Declaration
Objective-C
AWSIoTErrorServiceUnavailable
Swift
case serviceUnavailable = 24
-
Undocumented
Declaration
Objective-C
AWSIoTErrorSqlParse
Swift
case sqlParse = 25
-
Undocumented
Declaration
Objective-C
AWSIoTErrorTaskAlreadyExists
Swift
case taskAlreadyExists = 26
-
Undocumented
Declaration
Objective-C
AWSIoTErrorThrottling
Swift
case throttling = 27
-
Undocumented
Declaration
Objective-C
AWSIoTErrorTransferAlreadyCompleted
Swift
case transferAlreadyCompleted = 28
-
Undocumented
Declaration
Objective-C
AWSIoTErrorTransferConflict
Swift
case transferConflict = 29
-
Undocumented
Declaration
Objective-C
AWSIoTErrorUnauthorized
Swift
case unauthorized = 30
-
Undocumented
Declaration
Objective-C
AWSIoTErrorValidation
Swift
case validation = 31
-
Undocumented
Declaration
Objective-C
AWSIoTErrorVersionConflict
Swift
case versionConflict = 32
-
Undocumented
Declaration
Objective-C
AWSIoTErrorVersionsLimitExceeded
Swift
case versionsLimitExceeded = 33