MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ndberror_struct Struct Reference

Public Attributes

ndberror_status_enum status
ndberror_classification_enum classification
int code
int mysql_code
const char * message
char * details

Detailed Description

Definition at line 60 of file ndberror.h.

Member Data Documentation

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.

Note
Is NULL when no details specified

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.


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