# ErrorSeverity

## Content

# Type Alias: ErrorSeverity

```ts
type ErrorSeverity = "error" | "warn" | "info" | "debug";
```

Describes the error severity.
