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

15 lines
299 B
Markdown

---
title: IKeymanError::Description Property
---
## Introduction
The `IKeymanError::Description` property returns a human-readable
description of the error intended for display; see
[`ErrorCode`](ErrorCode) for the text of each error.
## Specification
``` clike
readonly string Description
```