ZX_ERR_IO_OVERRUN

Constant ZX_ERR_IO_OVERRUN 

Source
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.