Sponsor:

Your company here, and a link to your site. Click to find out more.

iscsi_strerror - Man Page

Convert error code to string.

Synopsis

const char * iscsi_strerror (int rc);

Arguments

rc

int. Return code by libiscsiur functions. When provided error code is not a valid error code, return "Invalid argument".

Description

Convert error code (int) to string (const char *):

* LIBISCSI_OK -- "OK"

* LIBISCSI_ERR_BUG -- "BUG of libopeniscsiusr library"

* LIBISCSI_ERR_SESS_NOT_FOUND - "Specified iSCSI session not found"

* LIBISCSI_ERR_ACCESS - "Permission deny"

* LIBISCSI_ERR_NOMEM - "Out of memory"

* LIBISCSI_ERR_SYSFS_LOOKUP - "Could not lookup object in sysfs"

* Other invalid error number -- "Invalid argument"

Return

const char *. The meaning of provided error code. Don't free returned pointer.

Info

January 2024 API Manual