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

> Document skill の検証ルール エラー。

`RuleError` は、[`Document.RuleErrors`](/ja/vantage/documentation/skill-designer/process/custom-activity/document) によって返される、単一の Document skill の検証ルール エラーを表します。

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

| 名前                | 型      | アクセス   | 説明                                                                                    |
| :---------------- | :----- | :----- | :------------------------------------------------------------------------------------ |
| **CustomMessage** | string | 読み取り専用 | カスタム Skill で設定されたカスタムエラーメッセージです。組み込みルールの場合、またはカスタムメッセージが設定されていない場合は、空の string が返されます。 |
| **ErrorType**     | string | 読み取り専用 | エラーの種類です。組み込みルールでのみ返されます。                                                             |

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

* [Document](/ja/vantage/documentation/skill-designer/process/custom-activity/document)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)
