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

# IAssemblingError

> IAssemblingError represents a single document assembly error in FlexiCapture scripts, with Description, Position, SectionName, Type, and Weight properties.

## What it does

Represents a document assembly error.

## Properties

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p><strong>Name</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Type</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Access</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p>Description</p></td><td><p>string</p></td><td><p>Read-only</p></td><td><p>The description</p></td></tr><tr><td><p>Position</p></td><td><p>int</p></td><td><p>Read-only</p></td><td><p>The position in the document</p></td></tr><tr><td><p>SectionName</p></td><td><p>string</p></td><td><p>Read-only</p></td><td><p>The name of a missing section (in case of the <a href="/flexi-capture/appendix/scripts/tassemlingerrortype">AET\_ObligatoryItemOmitted</a> error).</p><p>For annex pages, the section name is empty.</p></td></tr><tr><td><p>Type</p></td><td><p><a href="/flexi-capture/appendix/scripts/tassemlingerrortype">TAssemblingErrorType</a></p></td><td><p>Read-only</p></td><td><p>The type of an assembling error</p></td></tr><tr><td><p>Weight</p></td><td><p>string</p></td><td><p>Read-only</p></td><td><p>The weight of an error</p></td></tr></tbody></table>
