---
title: cannotRemoveBuiltinActionSet
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/cannotremovebuiltinactionset
---

# cannotRemoveBuiltinActionSet

An error indicating the built-in action set cannot be removed.

## Declaration

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