# `GSPresentErrorsWindowController.errorList`

*Instance Property*

## Declaration

```swift
@IBOutlet weak var errorList: NSOutlineView? { get set }
```

```objc
@property (nonatomic, weak) NSOutlineView * errorList;
```

```python
errorList() -> NSOutlineView
setErrorList_(errorList: NSOutlineView)
```

