2025-02-16 10:45:43 +01:00
|
|
|
.TH "nvme_errno_to_string" 9 "nvme_errno_to_string" "February 2024" "libnvme API manual" LINUX
|
2025-02-15 08:44:15 +01:00
|
|
|
.SH NAME
|
|
|
|
nvme_errno_to_string \- Returns string describing nvme connect failures
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B "const char *" nvme_errno_to_string
|
|
|
|
.BI "(int err " ");"
|
|
|
|
.SH ARGUMENTS
|
|
|
|
.IP "err" 12
|
|
|
|
Returned error code from \fBnvme_add_ctrl\fP
|
|
|
|
.SH "RETURN"
|
|
|
|
String representation of the nvme connect error codes
|