---
title: noRegisteredActionSets
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/noregisteredactionsets
---

# noRegisteredActionSets

An attempt to activate a trigger with no action sets.

## Declaration

```swift
static var noRegisteredActionSets: HMError.Code { get }
```

## See Also

### Detecting action set errors

- [actionInAnotherActionSet](homekit/hmerror/actioninanotheractionset.md)
- [actionSetExecutionFailed](homekit/hmerror/actionsetexecutionfailed.md)
- [actionSetExecutionInProgress](homekit/hmerror/actionsetexecutioninprogress.md)
- [actionSetExecutionPartialSuccess](homekit/hmerror/actionsetexecutionpartialsuccess.md)
- [cannotRemoveBuiltinActionSet](homekit/hmerror/cannotremovebuiltinactionset.md)
- [noActionsInActionSet](homekit/hmerror/noactionsinactionset.md)
