pub const ZX_ERR_IO_MISSED_DEADLINE: zx_status_t = -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.
pub const ZX_ERR_IO_MISSED_DEADLINE: zx_status_t = -46;
An operation did not complete within the required timeframe.
Example: A USB isochronous transfer that failed to complete due to an overrun or underrun.