# `GSPresentErrorsWindowController.errorItems`

*Instance Property*

## Declaration

```swift
var errorItems: [GSErrorItem] { get set }
```

```objc
@property (nonatomic, strong) NSArray<GSErrorItem *> * errorItems;
```

```python
errorItems() -> list[GSErrorItem]
setErrorItems_(errorItems: list[GSErrorItem])
```

