> ## 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.

# IRuleError

> IRuleError は、FlexiCapture ドキュメント内のルールエラー、形式エラー、またはマージエラーを表し、メッセージ テキスト、ルール名、エラーの種類、関連する fields を提供します。

<div id="what-it-does">
  ## 説明
</div>

ドキュメント内のルールエラー、形式エラー、またはマージエラーを表します。

<a id="webverificationavailableinterface" />

<Note>
  このオブジェクトの一部のメソッドとプロパティは、ルールをローカルでチェックするための Web Verification Station では使用できません。サポートされていないメソッドとプロパティには、アスタリスク (\*) が付いています。
</Note>

<div id="methods">
  ## メソッド
</div>

| **定義**                                                              | **説明**                                 |
| ------------------------------------------------------------------- | -------------------------------------- |
| GetFields() : [IFields](/ja/flexi-capture/appendix/scripts/ifields) | 指定された field エラーに関連付けられている field を返します。 |

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

| **名前**                                            | **型**                                                               | **アクセス** | **説明**                                                                          |
| ------------------------------------------------- | ------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------------- |
| IsWarning                                         | bool                                                                | 読み取り専用   | メッセージが警告かどうかを示します。                                                              |
| Message                                           | string                                                              | 読み取り専用   | エラーメッセージのテキストです。                                                                |
| RuleName                                          | string                                                              | 読み取り専用   | エラーの原因となったルール名です。形式エラーおよびマージエラーの場合は、空の文字列が返されます。                                |
| RuleTags [\*](#webverificationavailableinterface) | [IRuleTags](/ja/flexi-capture/appendix/scripts/iruletags)           | 読み取り専用   | ルールタグを含む [IRuleTags](/ja/flexi-capture/appendix/scripts/iruletags) オブジェクトを返します。 |
| Type                                              | [TRuleErrorType](/ja/flexi-capture/appendix/scripts/truleerrortype) | 読み取り専用   | エラーの型です。                                                                        |
