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
AWSIoTErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTErrorCertificateConflictSwift
case certificateConflict = 1 -
Undocumented
Declaration
Objective-C
AWSIoTErrorCertificateStateSwift
case certificateState = 2 -
Undocumented
Declaration
Objective-C
AWSIoTErrorCertificateValidationSwift
case certificateValidation = 3 -
Undocumented
Declaration
Objective-C
AWSIoTErrorConflictSwift
case conflict = 4 -
Undocumented
Declaration
Objective-C
AWSIoTErrorConflictingResourceUpdateSwift
case conflictingResourceUpdate = 5 -
Undocumented
Declaration
Objective-C
AWSIoTErrorDeleteConflictSwift
case deleteConflict = 6 -
Undocumented
Declaration
Objective-C
AWSIoTErrorIndexNotReadySwift
case indexNotReady = 7 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInternalSwift
case `internal` = 8 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInternalFailureSwift
case internalFailure = 9 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInternalServerSwift
case internalServer = 10 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidAggregationSwift
case invalidAggregation = 11 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidQuerySwift
case invalidQuery = 12 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidRequestSwift
case invalidRequest = 13 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidResponseSwift
case invalidResponse = 14 -
Undocumented
Declaration
Objective-C
AWSIoTErrorInvalidStateTransitionSwift
case invalidStateTransition = 15 -
Undocumented
Declaration
Objective-C
AWSIoTErrorLimitExceededSwift
case limitExceeded = 16 -
Undocumented
Declaration
Objective-C
AWSIoTErrorMalformedPolicySwift
case malformedPolicy = 17 -
Undocumented
Declaration
Objective-C
AWSIoTErrorNotConfiguredSwift
case notConfigured = 18 -
Undocumented
Declaration
Objective-C
AWSIoTErrorRegistrationCodeValidationSwift
case registrationCodeValidation = 19 -
Undocumented
Declaration
Objective-C
AWSIoTErrorResourceAlreadyExistsSwift
case resourceAlreadyExists = 20 -
Undocumented
Declaration
Objective-C
AWSIoTErrorResourceNotFoundSwift
case resourceNotFound = 21 -
Undocumented
Declaration
Objective-C
AWSIoTErrorResourceRegistrationFailureSwift
case resourceRegistrationFailure = 22 -
Undocumented
Declaration
Objective-C
AWSIoTErrorServiceQuotaExceededSwift
case serviceQuotaExceeded = 23 -
Undocumented
Declaration
Objective-C
AWSIoTErrorServiceUnavailableSwift
case serviceUnavailable = 24 -
Undocumented
Declaration
Objective-C
AWSIoTErrorSqlParseSwift
case sqlParse = 25 -
Undocumented
Declaration
Objective-C
AWSIoTErrorTaskAlreadyExistsSwift
case taskAlreadyExists = 26 -
Undocumented
Declaration
Objective-C
AWSIoTErrorThrottlingSwift
case throttling = 27 -
Undocumented
Declaration
Objective-C
AWSIoTErrorTransferAlreadyCompletedSwift
case transferAlreadyCompleted = 28 -
Undocumented
Declaration
Objective-C
AWSIoTErrorTransferConflictSwift
case transferConflict = 29 -
Undocumented
Declaration
Objective-C
AWSIoTErrorUnauthorizedSwift
case unauthorized = 30 -
Undocumented
Declaration
Objective-C
AWSIoTErrorValidationSwift
case validation = 31 -
Undocumented
Declaration
Objective-C
AWSIoTErrorVersionConflictSwift
case versionConflict = 32 -
Undocumented
Declaration
Objective-C
AWSIoTErrorVersionsLimitExceededSwift
case versionsLimitExceeded = 33
View on GitHub
Install in Dash
AWSIoTErrorType Enumeration Reference