From 9b80b8ff79f46b1791a7c4c3d53c7a075e8f9110 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 11 Aug 1997 11:09:29 -0500 Subject: [svn-r19] Added new minor error code - H5E_BADVALUE, for arguments with only a single incorrect value. --- src/H5Eprivate.h | 1 + src/H5Eproto.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h index d36b2a2..4a6ad8f 100644 --- a/src/H5Eprivate.h +++ b/src/H5Eprivate.h @@ -78,6 +78,7 @@ static const hdf_min_error_messages_t hdf_min_error_messages[] = {H5E_UNSUPPORTED, "Feature is unsupported"}, {H5E_BADTYPE, "Incorrect type found"}, {H5E_BADRANGE, "Argument out of range"}, + {H5E_BADVALUE, "Bad value for argument"}, {H5E_NOSPACE, "No space available for allocation"}, {H5E_FILEEXISTS, "File already exists"}, {H5E_FILEOPEN, "File already open"}, diff --git a/src/H5Eproto.h b/src/H5Eproto.h index 95c198c..187737f 100644 --- a/src/H5Eproto.h +++ b/src/H5Eproto.h @@ -95,6 +95,7 @@ typedef enum H5E_UNSUPPORTED, /* Feature is unsupported */ H5E_BADTYPE, /* Incorrect type found */ H5E_BADRANGE, /* Argument out of range */ + H5E_BADVALUE, /* Bad value for argument */ /* Resource errors */ H5E_NOSPACE, /* No space available for allocation */ -- cgit v0.12