> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kinetica.InsertError

> kinetica.InsertError — Kinetica C# API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>Error information for failed insertions. <a href="#details">More...</a></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Properties</h2>
        </td>
      </tr>

      <tr className="memitem:a27729b84fac5d97620a9f4dee6ee62dc" id="r_a27729b84fac5d97620a9f4dee6ee62dc">
        <td className="memItemLeft" align="right" valign="top">Uri </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a27729b84fac5d97620a9f4dee6ee62dc">WorkerUrl</a> = null!<code> \[get]</code></td>
      </tr>

      <tr className="memdesc:a27729b84fac5d97620a9f4dee6ee62dc">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">URL of the worker where the error occurred. <br /></td>
      </tr>

      <tr className="separator:a27729b84fac5d97620a9f4dee6ee62dc">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ae4a833c71bbe8c63cae8a7759f9d7c62" id="r_ae4a833c71bbe8c63cae8a7759f9d7c62">
        <td className="memItemLeft" align="right" valign="top">int </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae4a833c71bbe8c63cae8a7759f9d7c62">RecordCount</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:ae4a833c71bbe8c63cae8a7759f9d7c62">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Number of records in the failed batch. <br /></td>
      </tr>

      <tr className="separator:ae4a833c71bbe8c63cae8a7759f9d7c62">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ae057d7fa138a7cf6801528714c22bb8d" id="r_ae057d7fa138a7cf6801528714c22bb8d">
        <td className="memItemLeft" align="right" valign="top">string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae057d7fa138a7cf6801528714c22bb8d">Message</a> = string.Empty<code> \[get]</code></td>
      </tr>

      <tr className="memdesc:ae057d7fa138a7cf6801528714c22bb8d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Error message. <br /></td>
      </tr>

      <tr className="separator:ae057d7fa138a7cf6801528714c22bb8d">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aa65e3d0617cf9bfeee4323ae341a9477" id="r_aa65e3d0617cf9bfeee4323ae341a9477">
        <td className="memItemLeft" align="right" valign="top">Exception? </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aa65e3d0617cf9bfeee4323ae341a9477">Exception</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:aa65e3d0617cf9bfeee4323ae341a9477">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Exception that caused the error, if any. <br /></td>
      </tr>

      <tr className="separator:aa65e3d0617cf9bfeee4323ae341a9477">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:aaaa0210e59ebd847294bd06fa19c202d" id="r_aaaa0210e59ebd847294bd06fa19c202d">
        <td className="memItemLeft" align="right" valign="top">DateTimeOffset </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aaaa0210e59ebd847294bd06fa19c202d">Timestamp</a> = DateTimeOffset.UtcNow<code> \[get]</code></td>
      </tr>

      <tr className="memdesc:aaaa0210e59ebd847294bd06fa19c202d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Timestamp when the error occurred. <br /></td>
      </tr>

      <tr className="separator:aaaa0210e59ebd847294bd06fa19c202d">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:af18b1ab9ad58c0f067b7c57f4cc74f78" id="r_af18b1ab9ad58c0f067b7c57f4cc74f78">
        <td className="memItemLeft" align="right" valign="top">int </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#af18b1ab9ad58c0f067b7c57f4cc74f78">RetryAttempt</a><code> \[get]</code></td>
      </tr>

      <tr className="memdesc:af18b1ab9ad58c0f067b7c57f4cc74f78">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Retry attempt number when the error occurred. <br /></td>
      </tr>

      <tr className="separator:af18b1ab9ad58c0f067b7c57f4cc74f78">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>Error information for failed insertions. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00091">91</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
    </div>

    <h2 className="groupheader">Property Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#aa65e3d0617cf9bfeee4323ae341a9477">◆ </a></span>Exception</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">Exception kinetica.InsertError.Exception</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Exception that caused the error, if any. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00111">111</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae057d7fa138a7cf6801528714c22bb8d">◆ </a></span>Message</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">string kinetica.InsertError.Message = string.Empty</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Error message. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00106">106</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae4a833c71bbe8c63cae8a7759f9d7c62">◆ </a></span>RecordCount</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">int kinetica.InsertError.RecordCount</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Number of records in the failed batch. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00101">101</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#af18b1ab9ad58c0f067b7c57f4cc74f78">◆ </a></span>RetryAttempt</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">int kinetica.InsertError.RetryAttempt</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Retry attempt number when the error occurred. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00121">121</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aaaa0210e59ebd847294bd06fa19c202d">◆ </a></span>Timestamp</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">DateTimeOffset kinetica.InsertError.Timestamp = DateTimeOffset.UtcNow</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Timestamp when the error occurred. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00116">116</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a27729b84fac5d97620a9f4dee6ee62dc">◆ </a></span>WorkerUrl</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">Uri kinetica.InsertError.WorkerUrl = null!</td>
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel get">get</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>URL of the worker where the error occurred. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source#l00096">96</a> of file <a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this class was generated from the following files:

    <ul>
      <li>\_build/public-os\_ubuntu24.04-arch\_amd64-cc\_gcc\_13.3.0/install/Kinetica/BulkInserter/<a className="el" href="/content/api/cs/__build_2public-os__ubuntu24_804-arch__amd64-cc__gcc__13_83_80_2install_2Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a></li>
      <li>Kinetica/BulkInserter/<a className="el" href="/content/api/cs/Kinetica_2BulkInserter_2IBatchInsertionListener_8cs_source">IBatchInsertionListener.cs</a></li>
    </ul>
  </div>
</div>
