MySQL 8.3.0
Source Code Documentation
mysql_runtime_error_imp Class Reference

An default implementation of the mysql_runtime_error service for minimal chassis library to report the error messages. More...

#include <minimal_chassis_runtime_error_imp.h>

Static Public Member Functions

static void emit (int error_id, int flags, va_list args) noexcept
 This function reports the given error to the caller. More...
 

Detailed Description

An default implementation of the mysql_runtime_error service for minimal chassis library to report the error messages.

Member Function Documentation

◆ emit()

void mysql_runtime_error_imp::emit ( int  error_id,
int  flags,
va_list  args 
)
staticnoexcept

This function reports the given error to the caller.

Parameters
error_iderror id is used to retrieve the error description.
flagsflags for the given error do decide where to print the error
argsvariable list arguments which holds error message format string

The documentation for this class was generated from the following files: