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

# gpudb::RawGpudbResponse

> gpudb::RawGpudbResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>The wrapper used by the <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a> server for all endpoint responses. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb/protocol/gpudb\_wrapper.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a7141768dfc718912c046b19c86db14ac" id="r_a7141768dfc718912c046b19c86db14ac">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7141768dfc718912c046b19c86db14ac">RawGpudbResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a7141768dfc718912c046b19c86db14ac">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RawGpudbResponse" title="The wrapper used by the GPUdb server for all endpoint responses.">RawGpudbResponse</a> object with default parameters. <br /></td>
      </tr>

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

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

      <tr className="memitem:adf01003286fc036c42506e48e635a2fe" id="r_adf01003286fc036c42506e48e635a2fe">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#adf01003286fc036c42506e48e635a2fe">status</a></td>
      </tr>

      <tr className="memdesc:adf01003286fc036c42506e48e635a2fe">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates the success ("OK") or failure ("ERROR") of the request. <br /></td>
      </tr>

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

      <tr className="memitem:a54bcd01ced229f553bb5dd4798cb9cfa" id="r_a54bcd01ced229f553bb5dd4798cb9cfa">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a54bcd01ced229f553bb5dd4798cb9cfa">message</a></td>
      </tr>

      <tr className="memdesc:a54bcd01ced229f553bb5dd4798cb9cfa">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Empty on success; otherwise the error message describing the failure. <br /></td>
      </tr>

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

      <tr className="memitem:aea6520b835f8f6cb30f169c017522e56" id="r_aea6520b835f8f6cb30f169c017522e56">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#aea6520b835f8f6cb30f169c017522e56">dataType</a></td>
      </tr>

      <tr className="memdesc:aea6520b835f8f6cb30f169c017522e56">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The fully-qualified name of the response's data type, or "none" if there is no data payload. <br /></td>
      </tr>

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

      <tr className="memitem:a36c9af9cc0d63dbfdf68b436aff440ce" id="r_a36c9af9cc0d63dbfdf68b436aff440ce">
        <td className="memItemLeft" align="right" valign="top">std::vector\< uint8\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a36c9af9cc0d63dbfdf68b436aff440ce">data</a></td>
      </tr>

      <tr className="memdesc:a36c9af9cc0d63dbfdf68b436aff440ce">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The Avro binary-encoded response payload; populated when binary encoding was requested. <br /></td>
      </tr>

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

      <tr className="memitem:a9aff438be9d5feb58aba32b1b78bbdeb" id="r_a9aff438be9d5feb58aba32b1b78bbdeb">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9aff438be9d5feb58aba32b1b78bbdeb">dataStr</a></td>
      </tr>

      <tr className="memdesc:a9aff438be9d5feb58aba32b1b78bbdeb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">The JSON-encoded response payload; populated when JSON encoding was requested. <br /></td>
      </tr>

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

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

    <div className="textblock">
      <p>The wrapper used by the <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb">GPUdb</a> server for all endpoint responses. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00014">14</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7141768dfc718912c046b19c86db14ac">◆ </a></span>RawGpudbResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::RawGpudbResponse::RawGpudbResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

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

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1RawGpudbResponse" title="The wrapper used by the GPUdb server for all endpoint responses.">RawGpudbResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00019">19</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a36c9af9cc0d63dbfdf68b436aff440ce">◆ </a></span>data</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<uint8\_t> gpudb::RawGpudbResponse::data</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The Avro binary-encoded response payload; populated when binary encoding was requested. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00049">49</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9aff438be9d5feb58aba32b1b78bbdeb">◆ </a></span>dataStr</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RawGpudbResponse::dataStr</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The JSON-encoded response payload; populated when JSON encoding was requested. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00055">55</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#aea6520b835f8f6cb30f169c017522e56">◆ </a></span>dataType</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RawGpudbResponse::dataType</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>The fully-qualified name of the response's data type, or "none" if there is no data payload. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00043">43</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a54bcd01ced229f553bb5dd4798cb9cfa">◆ </a></span>message</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RawGpudbResponse::message</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Empty on success; otherwise the error message describing the failure. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00037">37</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#adf01003286fc036c42506e48e635a2fe">◆ </a></span>status</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::RawGpudbResponse::status</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates the success ("OK") or failure ("ERROR") of the request. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source#l00031">31</a> of file <a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/gpudb__wrapper_8h_source">gpudb\_wrapper.h</a></li>
    </ul>
  </div>
</div>
