# `GSErrorItem.title`

*Instance Property*

## Declaration

```swift
var title: String { get set }
```

```objc
@property (nonatomic, strong) NSString * title;
```

```python
title() -> str
setTitle_(title: str)
```

