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

18 lines
495 B
Markdown

---
title: IKeyman::Errors Property
---
## Introduction
The `IKeyman::Errors` property returns the Keyman
[`IKeymanErrors`](../IKeymanErrors) interface which provides a list of
errors encountered by the Keyman API, for example when installing a
keyboard or package. When the Keyman API raises an exception, e.g. when
trying to install a corrupt package file, there may be additional
details available in the `Errors` collection.
## Specification
``` clike
readonly IKeymanErrors* Errors
```