mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
28 lines
555 B
Markdown
28 lines
555 B
Markdown
---
|
|
title: IKeymanErrors Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanErrors` interface lists errors encountered by Keyman Engine
|
|
in a previous command such as installing a package.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > **`IKeymanErrors`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an [`IKeymanError`](../IKeymanError) reference at `Index`.
|
|
|
|
## Methods
|
|
|
|
[`Clear()`](Clear)
|
|
: Clears the collection.
|