---
title: AXError.actionUnsupported
framework: applicationservices
role: symbol
role_heading: Enumeration Case
path: applicationservices/axerror/actionunsupported
---

# AXError.actionUnsupported

The referenced action is not supported. Alternatively, you can return the eventNotHandledErr error.

## Declaration

```swift
case actionUnsupported = -25206
```

## See Also

### Result Codes

- [AXError.illegalArgument](applicationservices/axerror/illegalargument.md)
- [AXError.invalidUIElement](applicationservices/axerror/invaliduielement.md)
- [AXError.invalidUIElementObserver](applicationservices/axerror/invaliduielementobserver.md)
- [AXError.cannotComplete](applicationservices/axerror/cannotcomplete.md)
- [AXError.attributeUnsupported](applicationservices/axerror/attributeunsupported.md)
- [AXError.apiDisabled](applicationservices/axerror/apidisabled.md)
- [AXError.parameterizedAttributeUnsupported](applicationservices/axerror/parameterizedattributeunsupported.md)
