# `GSApplicationPluginProtocol presentErrors:`

*Instance Method*

## Declaration

```swift
func presentErrors(_ errors: [AnyHashable : Any])
```

```objc
- (void) presentErrors:(NSDictionary *) errors;
```

```python
presentErrors_(errors: dict)
```

