Constant ZX_ERR_CANCELED   
pub const ZX_ERR_CANCELED: i32 = -23;Expand description
The in-progress operation, for example, a wait, has been canceled.
pub const ZX_ERR_CANCELED: i32 = -23;The in-progress operation, for example, a wait, has been canceled.