H5Eregister_class
fn
hid_t H5Eregister_class(const char * cls_name, const char * lib_name, const char * version_)Registers a new error class.
Parameters
cls_name | Name of the error class |
lib_name | Name of the library |
version_ | Version string |
Returns
An error class identifier on success, or H5I_INVALID_HID on failure.