Constant ZX_ERR_IO_OVERRUN    
pub const ZX_ERR_IO_OVERRUN: i32 = -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.