![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
This service defines the error report function api. More...
#include <mysql_runtime_error.h>
Public Attributes | |
| void(* | emit )(int error_id, int flags, va_list args) | 
| It calls the server SQL error generation function and adds the error into the THD's error context.  More... | |
This service defines the error report function api.
| void(* s_mysql_mysql_runtime_error::emit) (int error_id, int flags, va_list args) | 
It calls the server SQL error generation function and adds the error into the THD's error context.
| error_id | mysql server error number, used to get the error description. | 
| flags | this will tell, whether the error is a fatal statement error or write the error to error log file. | 
| args | variable argument list which has the error message details. |