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.