summaryrefslogtreecommitdiff
path: root/ndb/include/ndbapi/ndberror.h
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/ndbapi/ndberror.h')
-rw-r--r--ndb/include/ndbapi/ndberror.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/ndberror.h b/ndb/include/ndbapi/ndberror.h
index 5c2d85b82a6..ceb1881a4cc 100644
--- a/ndb/include/ndbapi/ndberror.h
+++ b/ndb/include/ndbapi/ndberror.h
@@ -46,7 +46,8 @@ typedef enum
ndberror_cl_internal_error = 12,
ndberror_cl_function_not_implemented = 13,
ndberror_cl_unknown_error_code = 14,
- ndberror_cl_node_shutdown = 15
+ ndberror_cl_node_shutdown = 15,
+ ndberror_cl_configuration = 16
} ndberror_classification_enum;