diff options
Diffstat (limited to 'src/H5err.txt')
-rw-r--r-- | src/H5err.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt index ad15a11..59b03ce 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -92,6 +92,7 @@ SECTION, HEAP, Heap errors SECTION, FPH5, FPHDF5 errors SECTION, PIPELINE, I/O pipeline errors SECTION, BLKTRK, Block tracker errors +SECTION, SYSTEM, System level errors # Minor errors @@ -223,3 +224,5 @@ MINOR, PIPELINE, H5E_NOENCODER, Filter present but encoding disabled # Block tracker errors MINOR, BLKTRK, H5E_OVERLAPS, Blocks overlap +# System level errors +MINOR, SYSTEM, H5E_SYSERRSTR, System error message |