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

# DocumentRuleViolation

> Column reference for the DocumentRuleViolation table, which records rule errors, warnings, and assembly errors detected during ABBYY FlexiCapture processing.

## <a id="start" />Purpose

Contains information about rule errors and document assembly errors.

[Diagram of relationships between Document editing details](/flexi-capture/reporting-service/reporting-db-document-editing)

## List of columns

<table width="100%"><tbody><tr><td><p><strong>Key</strong></p></td><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Required</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td rowspan="7"> </td><td><p>DocumentProcessedDate</p></td><td><p>date</p></td><td><p>yes</p></td><td><p>The date when the document's status changed to "Processed."</p></td></tr><tr><td><p>DocumentProcessingID</p></td><td><p>bigint</p></td><td><p>yes</p></td><td><p>Document identifier. Corresponds to the entry identifier in the <a href="/flexi-capture/reporting-service/reporting-document-processing">DocumentProcessing</a> table.</p></td></tr><tr><td><p>IsError</p></td><td><p>bit</p></td><td><p>yes</p></td><td><p>Indicates whether the documents contains a rule error or a warning ("true" means an error and "false" means a warning).</p></td></tr><tr><td><p>RuleDefName</p></td><td><p>nvarchar</p></td><td><p>yes</p></td><td><p>The name of the rule.</p></td></tr><tr><td><p>RuleMessage</p></td><td><p>nvarchar</p></td><td><p>yes</p></td><td><p>The message displayed by the rule.</p></td></tr><tr><td><p>RuleType</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Rule type. Possible values are listed in the <a href="/flexi-capture/reporting-service/reporting-enumerations-types-rules">Types of rules</a> table.</p></td></tr><tr><td><p>ViolationsCount</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>The number of errors detected by this rule in the document.</p></td></tr></tbody></table>
