MySQL 9.1.0
Source Code Documentation
|
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... | |
An default implementation of the mysql_runtime_error service for minimal chassis library to report the error messages.
|
staticnoexcept |
This function reports the given error to the caller.
error_id | error id is used to retrieve the error description. |
flags | flags for the given error do decide where to print the error |
args | variable list arguments which holds error message format string |