Name: H5Eunregister_class
Signature:
herr_t H5Eunregister_class(hid_t class_id)
Purpose:
Removes an error class.
Description:
H5Eunregister_class removes the error class specified by class_id. All the major and minor errors in this class will also be closed.
Parameters:
Returns:
Returns a non-negative value on success; otherwise returns a negative value.
Fortran90 Interface:
None.
History:
Release     C
1.8.0 Function introduced in this release.