mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
651 B
651 B
| title |
|---|
| IKeymanError Interface |
Introduction
The IKeymanError interface provides information about an error that
Keyman Engine encountered.
Interface Hierarchy
IDispatch
IKeymanError
Properties
ErrorCoderead only- Returns an integer code for the error.
Descriptionread only- Returns a human-readable description of the error.
Severityread only- Returns a
KeymanErrorSeverityvalue for the error.