> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RuleError

> ビジネスルールによって生成されるエラー（エラーの種類、メッセージ、パラメーター、field、rule の識別子）への読み取り専用アクセスを提供する RuleError クラス。

ビジネスルールによって生成されるエラーにアクセスできます。

<div id="properties">
  ## プロパティ
</div>

| 名前                | データ型     | アクセスレベル | 説明                                                           |
| :---------------- | :------- | :------ | :----------------------------------------------------------- |
| `CurrentFieldId`  | `string` | 読み取り専用  | エラー検出時にルールがチェックしたFieldの識別子。                                  |
| `CustomMessage`   | `string` | 読み取り専用  | ユーザーが定義したエラーメッセージ。ビルトインルールおよびエラーメッセージが未設定の場合は、空のstringを返します。 |
| `ErrorParameters` | `object` | 読み取り専用  | エラーのParameter。ビルトインルールの場合にのみ値を返します。                          |
| `ErrorType`       | `string` | 読み取り専用  | エラーの種類。                                                      |
| `RuleId`          | `string` | 読み取り専用  | エラーを生成したルールの識別子。                                             |
