Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
AdbcErrorDetail Struct Reference

Extra key-value metadata for an error. More...

#include <duckdb.hpp>

Public Attributes

const char * key
 The metadata key.
 
const uint8_tvalue
 The binary metadata value.
 
size_t value_length
 The length of the metadata value.
 

Detailed Description

Extra key-value metadata for an error.

The fields here are owned by the driver and should not be freed. The fields here are invalidated when the release callback in AdbcError is called.

Since
ADBC API revision 1.1.0

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