mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
23 lines
374 B
Markdown
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 |
|