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

# HMError.Code.objectAlreadyAssociatedToHome

An attempt to associate an object with a home when it’s already associated with that home.

## Declaration

```swift
case objectAlreadyAssociatedToHome
```

## See Also

### Association errors

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