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

# HMError.Code.cannotRemoveBuiltinActionSet

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

## Declaration

```swift
case cannotRemoveBuiltinActionSet
```

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