---
title: AXError.parameterizedAttributeUnsupported
framework: applicationservices
role: symbol
role_heading: Enumeration Case
path: applicationservices/axerror/parameterizedattributeunsupported
---

# AXError.parameterizedAttributeUnsupported

The parameterized attribute is not supported. Alternatively, you can return the eventNotHandledErr error.

## Declaration

```swift
case parameterizedAttributeUnsupported = -25213
```

## 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.actionUnsupported](applicationservices/axerror/actionunsupported.md)
- [AXError.apiDisabled](applicationservices/axerror/apidisabled.md)
