Constant ZX_ERR_IO_MISSED_DEADLINE
pub const ZX_ERR_IO_MISSED_DEADLINE: i32 = -46;
Expand description
An operation did not complete within the required timeframe.
Example: A USB isochronous transfer that failed to complete due to an overrun or underrun.