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
duckdb::HTTPException Member List

This is the complete list of members for duckdb::HTTPException, including all inherited members.

ConstructMessage(const string &msg, ARGS const &...params) (defined in duckdb::Exception)duckdb::Exceptioninlinestatic
ConstructMessageRecursive(const string &msg, std::vector< ExceptionFormatValue > &values) (defined in duckdb::Exception)duckdb::Exceptionstatic
ConstructMessageRecursive(const string &msg, std::vector< ExceptionFormatValue > &values, const T &param, ARGS &&...params) (defined in duckdb::Exception)duckdb::Exceptioninlinestatic
Exception(ExceptionType exception_type, const string &message) (defined in duckdb::Exception)duckdb::Exception
Exception(const unordered_map< string, string > &extra_info, ExceptionType exception_type, const string &message) (defined in duckdb::Exception)duckdb::Exception
ExceptionTypeToString(ExceptionType type) (defined in duckdb::Exception)duckdb::Exceptionstatic
FormatStackTrace(const string &message="") (defined in duckdb::Exception)duckdb::Exceptioninlinestatic
GetStackTrace(idx_t max_depth=120) (defined in duckdb::Exception)duckdb::Exceptionstatic
HTTPException(const string &message) (defined in duckdb::HTTPException)duckdb::HTTPExceptioninlineexplicit
HTTPException(RESPONSE &response, const string &msg, ARGS &&...params) (defined in duckdb::HTTPException)duckdb::HTTPExceptioninlineexplicit
HTTPException(RESPONSE &response, const string &msg, ARGS &&...params) (defined in duckdb::HTTPException)duckdb::HTTPExceptioninlineexplicit
HTTPException(int status_code, const string &response_body, const HEADERS &headers, const string &reason, const string &msg, ARGS &&...params) (defined in duckdb::HTTPException)duckdb::HTTPExceptioninlineexplicit
HTTPExtraInfo(int status_code, const string &response_body, const HEADERS &headers, const string &reason) (defined in duckdb::HTTPException)duckdb::HTTPExceptioninlinestatic
InitializeExtraInfo(const Expression &expr) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const ParsedExpression &expr) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const QueryErrorContext &error_context) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const TableRef &ref) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(optional_idx error_location) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const string &subtype, optional_idx error_location) (defined in duckdb::Exception)duckdb::Exceptionstatic
InvalidatesDatabase(ExceptionType exception_type) (defined in duckdb::Exception)duckdb::Exceptionstatic
InvalidatesTransaction(ExceptionType exception_type) (defined in duckdb::Exception)duckdb::Exceptionstatic
IsExecutionError(ExceptionType type)duckdb::Exceptionstatic
SetQueryLocation(optional_idx error_location, unordered_map< string, string > &extra_info) (defined in duckdb::Exception)duckdb::Exceptionstatic
StringToExceptionType(const string &type) (defined in duckdb::Exception)duckdb::Exceptionstatic
ToJSON(ExceptionType type, const string &message) (defined in duckdb::Exception)duckdb::Exceptionstatic
ToJSON(const unordered_map< string, string > &extra_info, ExceptionType type, const string &message) (defined in duckdb::Exception)duckdb::Exceptionstatic
UncaughtException() (defined in duckdb::Exception)duckdb::Exceptionstatic