# `GSErrorItem.action`

*Instance Property*

## Declaration

```swift
var action: Selector { get set }
```

```objc
@property (nonatomic) SEL action;
```

```python
action() -> SEL
setAction_(action: SEL)
```

