spiegel-keyman/windows/docs/engine/api/IKeymanError/Severity.md
2024-10-31 10:17:54 +07:00

23 lines
374 B
Markdown

---
title: IKeymanError::Severity Property
---
## Introduction
The `IKeymanError::Severity` property returns the severity level of the
error.
## Specification
``` clike
readonly KeymanErrorSeverity Severity
```
## Severity Levels
| Value | Name |
|-------|------------|
| 0 | kesFatal |
| 1 | kesError |
| 2 | kesWarning |
| 3 | kesHint |