---
title: HMError.Code.noRegisteredActionSets
framework: homekit
role: symbol
role_heading: Case
path: homekit/hmerror/code/noregisteredactionsets
---

# HMError.Code.noRegisteredActionSets

An attempt to activate a trigger with no action sets.

## Declaration

```swift
case noRegisteredActionSets
```

## See Also

### Action set errors

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