summaryrefslogtreecommitdiffstats
path: root/src/H5err.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5err.txt')
-rw-r--r--src/H5err.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt
index 91866d4..d55ad9e 100644
--- a/src/H5err.txt
+++ b/src/H5err.txt
@@ -71,6 +71,7 @@ MAJOR, H5E_TST, Ternary Search Trees
MAJOR, H5E_RS, Reference Counted Strings
MAJOR, H5E_ERROR, Error API
MAJOR, H5E_SLIST, Skip Lists
+MAJOR, H5E_NONE_MAJOR, No error
# Sections (for grouping minor errors)
SECTION, ARGS, Argument errors
@@ -91,6 +92,7 @@ SECTION, HEAP, Heap errors
SECTION, FPH5, FPHDF5 errors
SECTION, PIPELINE, I/O pipeline errors
SECTION, SYSTEM, System level errors
+SECTION, NONE, No error
# Minor errors
@@ -224,3 +226,6 @@ MINOR, PIPELINE, H5E_NOENCODER, Filter present but encoding disabled
# System level errors
MINOR, SYSTEM, H5E_SYSERRSTR, System error message
+
+# No error, for backward compatibility */
+MINOR, NONE, H5E_NONE_MINOR, No error