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

# HMError.Code.objectNotAssociatedToAnyHome

An attempt to perform an operation on an object that is not associated to any home.

## Declaration

```swift
case objectNotAssociatedToAnyHome
```

## See Also

### Association errors

- [HMError.Code.invalidAssociatedServiceType](homekit/hmerror/code/invalidassociatedservicetype.md)
- [HMError.Code.objectAlreadyAssociatedToHome](homekit/hmerror/code/objectalreadyassociatedtohome.md)
- [HMError.Code.objectAssociatedToAnotherHome](homekit/hmerror/code/objectassociatedtoanotherhome.md)
