| libnvme_strerror(9) | libnvme API manual | libnvme_strerror(9) |
NAME
libnvme_strerror - Returns string describing nvme errors and errno
SYNOPSIS
const char * libnvme_strerror (int err );
ARGUMENTS
- err
- Returned error codes from all libnvme functions
RETURN
String representation of either the nvme connect error codes (positive values) or errno string (negative values)
| libnvme_strerror | September 2026 |