ZX_ERR_IO_MISSED_DEADLINE

Constant ZX_ERR_IO_MISSED_DEADLINE 

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