pub const ZX_ERR_IO_OVERRUN: zx_status_t = -45;
Expand description
More data was received from the device than expected.
Example: a USB “babble” error due to a device sending more data than the host queued to receive.
pub const ZX_ERR_IO_OVERRUN: zx_status_t = -45;
More data was received from the device than expected.
Example: a USB “babble” error due to a device sending more data than the host queued to receive.