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

651 B

title
IKeymanError Interface

Introduction

The IKeymanError interface provides information about an error that Keyman Engine encountered.

Interface Hierarchy

IDispatch

IKeymanObject

IKeymanError

Properties

ErrorCode read only
Returns an integer code for the error.
Description read only
Returns a human-readable description of the error.
Severity read only
Returns a KeymanErrorSeverity value for the error.