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

# HMError.Code.noActionsInActionSet

An attempt to execute an action set with no actions.

## Declaration

```swift
case noActionsInActionSet
```

## 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.noRegisteredActionSets](homekit/hmerror/code/noregisteredactionsets.md)
