pub const ZX_ERR_BAD_STATE: zx_status_t = -20;
Expand description
The operation failed because the current state of the object does not allow it, or a precondition of the operation is not satisfied.
pub const ZX_ERR_BAD_STATE: zx_status_t = -20;
The operation failed because the current state of the object does not allow it, or a precondition of the operation is not satisfied.