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

> Condition アクティビティ スクリプト内の RuleError オブジェクト。1 件の Document skill 検証ルール エラーを表します。

`RuleError` は、Condition アクティビティで [`Document.RuleErrors`](/ja/vantage/documentation/skill-designer/process/condition-activity/document) から返される 1 件の Document skill 検証ルール エラーを表します。

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

| Name                | Type   | Access | Description                                                               |
| :------------------ | :----- | :----- | :------------------------------------------------------------------------ |
| **CurrentFieldId**  | string | 読み取り専用 | ルール エラーを引き起こした field のドキュメント フィールド識別子です。                                  |
| **CustomMessage**   | string | 読み取り専用 | カスタム Skill からのエラーメッセージです。組み込みルールの場合、またはカスタム メッセージが設定されていない場合は、空の文字列を返します。 |
| **ErrorParameters** | object | 読み取り専用 | エラー パラメーターです。組み込みルールの場合にのみ返されます。                                          |
| **ErrorType**       | string | 読み取り専用 | エラーの型です。組み込みルールの場合にのみ返されます。                                               |
| **RuleId**          | string | 読み取り専用 | エラーを生成したルールの識別子です。                                                        |

<div id="related-topics">
  ## 関連トピック
</div>

* [ドキュメント](/ja/vantage/documentation/skill-designer/process/condition-activity/document)
* [オブジェクトモデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
