mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
374 B
374 B
| title |
|---|
| IKeymanError::Severity Property |
Introduction
The IKeymanError::Severity property returns the severity level of the
error.
Specification
readonly KeymanErrorSeverity Severity
Severity Levels
| Value | Name |
|---|---|
| 0 | kesFatal |
| 1 | kesError |
| 2 | kesWarning |
| 3 | kesHint |