mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
15 lines
299 B
Markdown
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
|
|
```
|