MySQL 5.6.14 Source Code Document
|
Public Attributes | |
ndberror_status_enum | status |
ndberror_classification_enum | classification |
int | code |
int | mysql_code |
const char * | message |
char * | details |
Definition at line 60 of file ndberror.h.
ndberror_classification_enum ndberror_struct::classification |
Error type
Definition at line 70 of file ndberror.h.
int ndberror_struct::code |
Error code
Definition at line 75 of file ndberror.h.
char* ndberror_struct::details |
The detailed description. This is extra information regarding the error which is not included in the error message.
Definition at line 93 of file ndberror.h.
const char* ndberror_struct::message |
Error message
Definition at line 85 of file ndberror.h.
int ndberror_struct::mysql_code |
Mysql error code
Definition at line 80 of file ndberror.h.
ndberror_status_enum ndberror_struct::status |
Error status.
Definition at line 65 of file ndberror.h.