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