Constant ZX_ERR_INVALID_ARGS
pub const ZX_ERR_INVALID_ARGS: i32 = -10;
Expand description
An argument is invalid. For example, a null pointer when a null pointer is not permitted.
pub const ZX_ERR_INVALID_ARGS: i32 = -10;
An argument is invalid. For example, a null pointer when a null pointer is not permitted.