MySQL 9.0.0
Source Code Documentation
server_error Struct Reference

A record describing an error message. More...

#include <derror.h>

Public Attributes

const char * name
 MySQL error symbol ("ER_STARTUP") More...
 
uint mysql_errno
 MySQL error code (consecutive within sections) More...
 
const char * text
 MySQL error message. More...
 
const char * odbc_state
 SQL state. More...
 
const char * jdbc_state
 JBDC state. More...
 
uint error_index
 consecutive. 0 for obsolete. More...
 

Detailed Description

A record describing an error message.

Member Data Documentation

◆ error_index

uint server_error::error_index

consecutive. 0 for obsolete.

◆ jdbc_state

const char* server_error::jdbc_state

JBDC state.

◆ mysql_errno

uint server_error::mysql_errno

MySQL error code (consecutive within sections)

◆ name

const char* server_error::name

MySQL error symbol ("ER_STARTUP")

◆ odbc_state

const char* server_error::odbc_state

SQL state.

◆ text

const char* server_error::text

MySQL error message.


The documentation for this struct was generated from the following file: