> ## 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 は、FlexiCapture スクリプトにおける単一のドキュメント アセンブリ エラーを表し、Description、Position、SectionName、Type、Weight の各プロパティを持ちます。

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

ドキュメント アセンブリ エラーを表します。

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

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

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

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>アクセス</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>説明</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>Description</p>
      </td>

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

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>説明文</p>
      </td>
    </tr>

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

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

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>ドキュメント内での位置</p>
      </td>
    </tr>

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

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

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>
          欠落しているセクションの名前 (<a href="/ja/flexi-capture/appendix/scripts/tassemlingerrortype">AET\_ObligatoryItemOmitted</a> エラーの場合) 。
        </p>

        <p>別紙の場合、セクション名は空です。</p>
      </td>
    </tr>

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

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

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>アセンブリ エラーの型</p>
      </td>
    </tr>

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

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

      <td>
        <p>読み取り専用</p>
      </td>

      <td>
        <p>エラーの重み</p>
      </td>
    </tr>
  </tbody>
</table>
