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

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.