Skip to main content

nvme_connect_err

Type Alias nvme_connect_err 

Source
pub type nvme_connect_err = c_uint;
Expand description

enum nvme_connect_err - nvme connect error codes @ENVME_CONNECT_RESOLVE: failed to resolve host @ENVME_CONNECT_ADDRFAM: unrecognized address family @ENVME_CONNECT_TRADDR: failed to get traddr @ENVME_CONNECT_TARG: need a transport (-t) argument @ENVME_CONNECT_AARG: need a address (-a) argument @ENVME_CONNECT_OPEN: failed to open nvme-fabrics device @ENVME_CONNECT_WRITE: failed to write to nvme-fabrics device @ENVME_CONNECT_READ: failed to read from nvme-fabrics device @ENVME_CONNECT_PARSE: failed to parse ctrl info @ENVME_CONNECT_INVAL_TR: invalid transport type @ENVME_CONNECT_LOOKUP_SUBSYS_NAME: failed to lookup subsystem name @ENVME_CONNECT_LOOKUP_SUBSYS: failed to lookup subsystem @ENVME_CONNECT_ALREADY: the connect attempt failed, already connected @ENVME_CONNECT_INVAL: invalid arguments/configuration @ENVME_CONNECT_ADDRINUSE: hostnqn already in use @ENVME_CONNECT_NODEV: invalid interface @ENVME_CONNECT_OPNOTSUPP: not supported @ENVME_CONNECT_CONNREFUSED: connection refused @ENVME_CONNECT_ADDRNOTAVAIL: cannot assign requested address @ENVME_CONNECT_IGNORED: connect attempt is ignored due to configuration @ENVME_CONNECT_NOKEY: the TLS key is missing