H5Eget_msg
fn
ssize_t H5Eget_msg(hid_t msg_id, H5E_type_t * type, char * msg, size_t size)Gets an error message.
Parameters
msg_id | Error message identifier |
type | Pointer to receive the message type (MAJOR or MINOR) |
msg | Buffer to receive the message text |
size | Size of the message buffer |
Returns
The length of the message on success, negative on failure.