ZX_ERR_IO_REFUSED

Constant ZX_ERR_IO_REFUSED 

pub const ZX_ERR_IO_REFUSED: i32 = -41;
Expand description

The entity the I/O operation is being performed on rejected the operation.

Example: an I2C device NAK’ing a transaction or a disk controller rejecting an invalid command, or a stalled USB endpoint.