# `GSDrawStackFeature.GSDrawStackFeatureErrors`

*Type Property*

Inserts error slices into the draw stack when a slice cannot be created.

## Declaration

```swift
static var errors: GSDrawStackFeature { get }
```

```objc
GSDrawStackFeatureErrors
```

```python
GSDrawStackFeatureErrors
```

## Discussion

The error slice contains an error code indicating the source of the error. For example, a component with a missing base glyph constitutes an error.

Simply drop support for this feature to skip such slices.

Supporting this feature requires handling `GSDrawErrorSlice`.

