---
title: actionSetExecutionFailed
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/actionsetexecutionfailed
---

# actionSetExecutionFailed

An attempt to execute the action set failed.

## Declaration

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

## See Also

### Detecting action set errors

- [actionInAnotherActionSet](homekit/hmerror/actioninanotheractionset.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)
