---
title: noActionsInActionSet
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/noactionsinactionset
---

# noActionsInActionSet

An attempt to execute an action set with no actions.

## Declaration

```swift
static var noActionsInActionSet: 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)
- [noRegisteredActionSets](homekit/hmerror/noregisteredactionsets.md)
