pub const ZX_ERR_IO_NOT_PRESENT: zx_status_t = -44;
Expand description
The device is no longer available (has been unplugged from the system, powered down, or the driver has been unloaded).
pub const ZX_ERR_IO_NOT_PRESENT: zx_status_t = -44;
The device is no longer available (has been unplugged from the system, powered down, or the driver has been unloaded).