# `GSErrorItem.errors`

*Instance Property*

## Declaration

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

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

```python
errors() -> list[GSErrorItem]
setErrors_(errors: list[GSErrorItem])
```

