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

# TRuleErrorType

> TRuleErrorType は、FlexiCapture の IRuleError インターフェイスにおけるエラーを、ルール エラー、書式エラー、またはドキュメント バージョンのマージ エラーに分類します。

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

エラーの型です。[IRuleError](/ja/flexi-capture/appendix/scripts/iruleerror) インターフェイスで使用されます。

<div id="types">
  ## 型:
</div>

* ET\_RuleError = 0 - ルールエラー。
* ET\_FormatError = 1 - 書式エラー。
* ET\_MergeVersionError = 2 - ドキュメントの異なるバージョンをマージしたときのエラー。
