| MySQL 5.6.14 Source Code Document
    | 


| Public Attributes | |
| int | line | 
| int | extra | 
|  Public Attributes inherited from NdbError | |
| Status | status | 
| Classification | classification | 
| int | code | 
| int | mysql_code | 
| const char * | message | 
| char * | details | 
| Additional Inherited Members | |
|  Public Types inherited from NdbError | |
| enum | Status { Success = ndberror_st_success, TemporaryError = ndberror_st_temporary, PermanentError = ndberror_st_permanent, UnknownResult = ndberror_st_unknown } | 
| enum | Classification { NoError = ndberror_cl_none, ApplicationError = ndberror_cl_application, NoDataFound = ndberror_cl_no_data_found, ConstraintViolation = ndberror_cl_constraint_violation, SchemaError = ndberror_cl_schema_error, UserDefinedError = ndberror_cl_user_defined, InsufficientSpace = ndberror_cl_insufficient_space, TemporaryResourceError = ndberror_cl_temporary_resource, NodeRecoveryError = ndberror_cl_node_recovery, OverloadError = ndberror_cl_overload, TimeoutExpired = ndberror_cl_timeout_expired, UnknownResultError = ndberror_cl_unknown_result, InternalError = ndberror_cl_internal_error, FunctionNotImplemented = ndberror_cl_function_not_implemented, UnknownErrorCode = ndberror_cl_unknown_error_code, NodeShutdown = ndberror_cl_node_shutdown, SchemaObjectExists = ndberror_cl_schema_object_already_exists, InternalTemporary = ndberror_cl_internal_temporary } | 
|  Public Member Functions inherited from NdbError | |
| NdbError (const ndberror_struct &ndberror) | |
| operator ndberror_struct () const | |
Definition at line 52 of file NdbIndexStat.hpp.