ZX_ERR_IO_REFUSED

Constant ZX_ERR_IO_REFUSED 

Source
pub const ZX_ERR_IO_REFUSED: zx_status_t = -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.