---
title: actionInAnotherActionSet
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/actioninanotheractionset
---

# actionInAnotherActionSet

An attempt to add an action that exists in one action set to another action set.

## Declaration

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

## See Also

### Detecting action set errors

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