---
title: AccessoryError.unsupportedAccessory
framework: accessorynotifications
role: symbol
role_heading: Case
path: accessorynotifications/accessoryerror/unsupportedaccessory
---

# AccessoryError.unsupportedAccessory

An error that indicates the system doesn’t support notification forwarding for the provided accessory.

## Declaration

```swift
case unsupportedAccessory
```

## Discussion

Discussion This error indicates that the argument specified in the requestForwarding(for:) call doesn’t support notification forwarding.

## See Also

### Platform and accessory errors

- [AccessoryError.unsupportedPlatform](accessorynotifications/accessoryerror/unsupportedplatform.md)
- [AccessoryError.accessoryNotificationsUnavailable](accessorynotifications/accessoryerror/accessorynotificationsunavailable.md)
