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

# Global Members

> Global Members — Kinetica API

<div className="kinetica-jsdoc">
  <h1 className="page-title">Global</h1>

  <div className="section">
    <div className="header">
      <h2 />
    </div>

    <div className="article">
      <div className="container-overview">
        <div className="dl details" />
      </div>

      <h3 className="subsection-title">Type Definitions</h3>
      <h4 className="name" id="GPUdbCallback"><span className="type-signature" />GPUdbCallback<span className="signature">(err, response)</span><span className="type-signature" /></h4>
      <div className="description"> Callback function used for asynchronous GPUdb calls. </div>
      <h5>Parameters:</h5>

      <table className="params">
        <thead>
          <tr>
            <th>Name</th>
            <th>Type</th>
            <th className="last">Description</th>
          </tr>
        </thead>

        <tbody>
          <tr>
            <td className="name"><code>err</code></td>
            <td className="type"> <span className="param-type">Error</span> </td>
            <td className="description last">Object containing error information returned from the call. Will be null if no error occurred.</td>
          </tr>

          <tr>
            <td className="name"><code>response</code></td>
            <td className="type"> <span className="param-type">Object</span> </td>
            <td className="description last">Object containing any data returned from the call. Will be null if an error occurred.</td>
          </tr>
        </tbody>
      </table>

      <div className="dl details">
        <div className="dt tag-source">Source:</div>

        <div className="dd tag-source">
          <ul className="dummy">
            <li> , </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</div>
