MySQL 9.3.0
Source Code Documentation
polyglot_error.h File Reference
#include "utils/polyglot_api_clean.h"
#include <exception>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "mysqlrouter/jit_executor_value.h"
#include "utils/polyglot_store.h"

Go to the source code of this file.

Classes

class  shcore::polyglot::Polyglot_generic_error
 This class is used to represent errors occurred in the polyglot library while executing one of the functions in the API. More...
 
class  shcore::polyglot::Polyglot_error
 Represents polyglot errors that will be created from information available in the polyglot library state, it handles cases like: More...
 

Namespaces

namespace  shcore
 
namespace  shcore::polyglot
 

Functions

template<typename F , typename... Args>
void shcore::polyglot::throw_if_error (F f, poly_thread thread, Args &&...args)
 

Variables

const char * shcore::polyglot::k_key_message {"message"}