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