MySQL 8.2.0
Source Code Documentation
json_error_handler.h File Reference
#include <cstdlib>
#include <functional>

Go to the source code of this file.

Classes

class  JsonParseDefaultErrorHandler
 

Typedefs

using JsonParseErrorHandler = std::function< void(const char *parse_err, size_t err_offset)>
 
using JsonErrorHandler = std::function< void()>
 

Functions

void JsonDepthErrorHandler ()
 
void JsonKeyTooBigErrorHandler ()
 
void JsonValueTooBigErrorHandler ()
 
void InvalidJsonErrorHandler ()
 

Typedef Documentation

◆ JsonErrorHandler

using JsonErrorHandler = std::function<void()>

◆ JsonParseErrorHandler

using JsonParseErrorHandler = std::function<void(const char *parse_err, size_t err_offset)>

Function Documentation

◆ InvalidJsonErrorHandler()

void InvalidJsonErrorHandler ( )

◆ JsonDepthErrorHandler()

void JsonDepthErrorHandler ( )

◆ JsonKeyTooBigErrorHandler()

void JsonKeyTooBigErrorHandler ( )

◆ JsonValueTooBigErrorHandler()

void JsonValueTooBigErrorHandler ( )