# `GSPresentErrorsWindowController.errorDicts`

*Instance Property*

## Declaration

```swift
var errorDicts: [AnyHashable : Any] { get set }
```

```objc
@property (nonatomic, strong) NSDictionary * errorDicts;
```

```python
errorDicts() -> dict
setErrorDicts_(errorDicts: dict)
```

