MySQL 8.4.0
Source Code Documentation
st_error Struct Reference

Error structure. More...

#include <error_names.h>

Public Attributes

const char * name
 
int error_code
 
const char * description
 
const char * odbc_state
 
const char * jdbc_state
 
unsigned int error_index
 
int errnr
 
const char * text
 
int error_index
 

Detailed Description

Error structure.

Member Data Documentation

◆ description

const char* st_error::description

◆ errnr

int st_error::errnr

◆ error_code

int st_error::error_code

◆ error_index [1/2]

unsigned int st_error::error_index

◆ error_index [2/2]

int st_error::error_index

◆ jdbc_state

const char * st_error::jdbc_state

◆ name

const char * st_error::name

◆ odbc_state

const char * st_error::odbc_state

◆ text

const char* st_error::text

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