| <!-- |
| SPDX-FileCopyrightText: The Apache Software Foundation |
| |
| SPDX-License-Identifier: Apache-2.0 |
| --> |
| |
| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <title>Arrow.Error</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| |
| <meta charset="utf-8" /> |
| |
| |
| <meta property="og:type" content="website"/> |
| |
| |
| |
| |
| <meta property="og:title" content="Arrow.Error"/> |
| <meta property="og:description" content="Reference for Arrow.Error"/> |
| <meta name="twitter:title" content="Arrow.Error"/> |
| <meta name="twitter:description" content="Reference for Arrow.Error"/> |
| |
| |
| |
| <meta name="twitter:card" content="summary"/> |
| |
| |
| |
| |
| |
| |
| <link rel="stylesheet" href="style.css" type="text/css" /> |
| |
| |
| |
| |
| <script src="urlmap.js"></script> |
| |
| |
| <script src="fzy.js"></script> |
| <script src="search.js"></script> |
| |
| <script src="main.js"></script> |
| </head> |
| |
| <body> |
| <div id="body-wrapper" tabindex="-1"> |
| |
| <nav class="sidebar devhelp-hidden"> |
| |
| |
| <div class="search section"> |
| <form id="search-form" autocomplete="off"> |
| <input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/> |
| </form> |
| </div> |
| |
| <div class="section namespace"> |
| <h3><a href="index.html">Arrow</a></h3> |
| <p>API Version: 1.0</p> |
| |
| <p>Library Version: 23.0.0.dev</p> |
| |
| </div> |
| |
| <div class="section"> |
| <h5>Type</h5> |
| <div class="links"> |
| <a class="current" href="error.Error.html">Error</a> |
| </div> |
| </div> |
| |
| |
| <div class="section"> |
| <h5>Type functions</h5> |
| <div class="links"> |
| |
| <a class="func" href="type_func.Error.quark.html">quark</a> |
| |
| </div> |
| </div> |
| |
| |
| |
| <div class="section generator"> |
| <p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.1</p> |
| </div> |
| </nav> |
| |
| <button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button> |
| |
| |
| <section id="main" class="content"> |
| <header> |
| <h3>Enumeration</h3> |
| <h1><a href="index.html">Arrow</a><span class="sep"></span>Error</h1> |
| </header> |
| |
| <section> |
| <div class="docblock"> |
| <p></p> |
| </div> |
| |
| <div class="declaration toggle-wrapper"> |
| <h4 style="display:flex;" id="declaration"> |
| Declaration |
| <a href="#declaration" class="anchor"></a> |
| |
| </h4> |
| |
| <div class="docblock"> |
| <pre><code>error-domain Arrow.Error</code></pre> |
| </div> |
| </div> |
| |
| <div class="description toggle-wrapper"> |
| <h4 style="display:flex;" id="description"> |
| Description |
| <a href="#description" class="anchor"></a> |
| |
| <a class="srclink" title="go to source location" href="https://github.com/apache/arrow/blob/main/c_glib/arrow-glib/error.h#L28">[src]</a> |
| |
| </h4> |
| |
| <div class="docblock"> |
| <p>The error codes are used by all arrow-glib functions.</p> |
| <p>They are corresponding to <code>arrow::Status</code> values.</p> |
| </div> |
| |
| <div class="docblock"> |
| |
| |
| |
| </div> |
| |
| |
| </div> |
| |
| <div class="members toggle-wrapper"> |
| <h4 id="members"> |
| Members |
| <a href="#members" class="anchor"></a> |
| </h4> |
| |
| <div class="docblock"> |
| <table class="enum-members"> |
| <tr> |
| <th>Name</th> |
| <th>Description</th> |
| </tr> |
| |
| <tr> |
| <td><a id="out_of_memory" href="#out_of_memory"><code title="Value: 1">GARROW_ERROR_OUT_OF_MEMORY</code></a></td> |
| <td><p>Out of memory error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="key" href="#key"><code title="Value: 2">GARROW_ERROR_KEY</code></a></td> |
| <td><p>Key error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="type" href="#type"><code title="Value: 3">GARROW_ERROR_TYPE</code></a></td> |
| <td><p>Type error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="invalid" href="#invalid"><code title="Value: 4">GARROW_ERROR_INVALID</code></a></td> |
| <td><p>Invalid value error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="io" href="#io"><code title="Value: 5">GARROW_ERROR_IO</code></a></td> |
| <td><p><span class="caps">IO</span> error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="capacity" href="#capacity"><code title="Value: 6">GARROW_ERROR_CAPACITY</code></a></td> |
| <td><p>Capacity error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="index" href="#index"><code title="Value: 7">GARROW_ERROR_INDEX</code></a></td> |
| <td><p>Index error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="unknown" href="#unknown"><code title="Value: 9">GARROW_ERROR_UNKNOWN</code></a></td> |
| <td><p>Unknown error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="not_implemented" href="#not_implemented"><code title="Value: 10">GARROW_ERROR_NOT_IMPLEMENTED</code></a></td> |
| <td><p>The feature is not implemented.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="serialization" href="#serialization"><code title="Value: 11">GARROW_ERROR_SERIALIZATION</code></a></td> |
| <td><p>Serialization error.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="code_generation" href="#code_generation"><code title="Value: 40">GARROW_ERROR_CODE_GENERATION</code></a></td> |
| <td><p>Error generating code for expression evaluation |
| in Gandiva.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="expression_validation" href="#expression_validation"><code title="Value: 41">GARROW_ERROR_EXPRESSION_VALIDATION</code></a></td> |
| <td><p>Validation errors in expression given for code generation.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="execution" href="#execution"><code title="Value: 42">GARROW_ERROR_EXECUTION</code></a></td> |
| <td><p>Execution error while evaluating the expression against a |
| record batch.</p></td> |
| </tr> |
| |
| <tr> |
| <td><a id="already_exists" href="#already_exists"><code title="Value: 45">GARROW_ERROR_ALREADY_EXISTS</code></a></td> |
| <td><p>Item already exists error.</p></td> |
| </tr> |
| |
| </table> |
| </div> |
| </div> |
| |
| |
| |
| |
| <div class="type-funcs toggle-wrapper"> |
| <h4 id="type-functions"> |
| Type functions |
| <a href="#type-functions" class="anchor"></a> |
| </h4> |
| |
| <div class="docblock"> |
| |
| <div class=""> |
| <h6><a href="type_func.Error.quark.html">garrow_error_quark</a></h6> |
| <div class="docblock"> |
| No description available. |
| </div> |
| <div class="docblock"> |
| <p></p> |
| </div> |
| </div> |
| |
| </div> |
| |
| |
| </section> |
| </section> |
| |
| |
| |
| <div id="toc" class="toc"> |
| <nav aria-labelledby="toc-title"> |
| <p id="toc-title">Content</p> |
| <ul class="toc-list"> |
| <li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li> |
| <li class="toc-list-item"><a href="#members"><span class="link-text">Members</span></a></li> |
| |
| |
| |
| <li class="toc-list-item"><a href="#type-functions"><span class="link-text">Functions</span></a></li> |
| |
| |
| </ul> |
| </nav> |
| </div> |
| |
| |
| <section id="search" class="content hidden"></section> |
| |
| <footer> |
| |
| </footer> |
| </div> |
| </body> |
| </html> |