Constant ZX_ERR_IO_NOT_PRESENT
pub const ZX_ERR_IO_NOT_PRESENT: i32 = -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: i32 = -44;
The device is no longer available (has been unplugged from the system, powered down, or the driver has been unloaded).