> ## 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 représente une erreur unique d’assemblage de documents dans les scripts FlexiCapture, avec les propriétés Description, Position, SectionName, Type et Weight.

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

Représente une erreur d’assemblage de documents.

<div id="properties">
  ## Propriétés
</div>

<table width="100%">
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        <p>
          <strong>Nom</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>Type</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>Accès</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>Lecture seule</p>
      </td>

      <td>
        <p>La description</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Position</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Lecture seule</p>
      </td>

      <td>
        <p>La position dans le document</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>SectionName</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Lecture seule</p>
      </td>

      <td>
        <p>
          Le nom d'une section manquante (en cas d'erreur <a href="/fr/flexi-capture/appendix/scripts/tassemlingerrortype">AET\_ObligatoryItemOmitted</a>).
        </p>

        <p>Pour les pages d'annexe, le nom de la section est vide.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Type</p>
      </td>

      <td>
        <p>
          <a href="/fr/flexi-capture/appendix/scripts/tassemlingerrortype">TAssemblingErrorType</a>
        </p>
      </td>

      <td>
        <p>Lecture seule</p>
      </td>

      <td>
        <p>Le type d'une erreur d'assemblage</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Weight</p>
      </td>

      <td>
        <p>string</p>
      </td>

      <td>
        <p>Lecture seule</p>
      </td>

      <td>
        <p>Le poids d'une erreur</p>
      </td>
    </tr>
  </tbody>
</table>
