diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-01 20:52:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-01 20:52:20 (GMT) |
commit | 332b6fd6765b28bfd1083af6e366ccc621feea1e (patch) | |
tree | 4f686a4261a33c6ef999118eb255af42c46073c6 /src/H5Eprivate.h | |
parent | 412e5606a83551629d2a6b15bc89b55d2de6081f (diff) | |
download | hdf5-332b6fd6765b28bfd1083af6e366ccc621feea1e.zip hdf5-332b6fd6765b28bfd1083af6e366ccc621feea1e.tar.gz hdf5-332b6fd6765b28bfd1083af6e366ccc621feea1e.tar.bz2 |
[svn-r7] Changed some text for the file errors to make them more generic. Also, updated
the HRETURN_ERROR macro to take Pablo tracing parameters and call the Pablo
tracing function before calling 'return()'.
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r-- | src/H5Eprivate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h index 9de9d69..6ccefb1 100644 --- a/src/H5Eprivate.h +++ b/src/H5Eprivate.h @@ -72,7 +72,7 @@ static const hdf_min_error_messages_t hdf_min_error_messages[] = {H5E_UNINITIALIZED, "Information is uninitialized"}, {H5E_UNSUPPORTED, "Feature is unsupported"}, {H5E_BADTYPE, "Incorrect type found"}, - {H5E_BADRANGE, "Incorrect range of argument"}, + {H5E_BADRANGE, "Argument out of range"}, {H5E_NOSPACE, "No space available for allocation"}, {H5E_FILEEXISTS, "File already exists"}, {H5E_FILEOPEN, "File already open"}, @@ -80,9 +80,9 @@ static const hdf_min_error_messages_t hdf_min_error_messages[] = {H5E_CANTOPEN, "Can't open file"}, {H5E_NOTHDF5, "Not an HDF5 format file"}, {H5E_BADFILE, "Bad file ID accessed"}, - {H5E_SEEKERROR, "File seek failed"}, - {H5E_READERROR, "File read failed"}, - {H5E_WRITEERROR, "File write failed"}, + {H5E_SEEKERROR, "Seek failed"}, + {H5E_READERROR, "Read failed"}, + {H5E_WRITEERROR, "Write failed"}, {H5E_CANTINIT, "Can't initialize interface"}, {H5E_ALREADYINIT, "Object already initialized"}, {H5E_BADATOM, "Can't find atom information"}, |