Constant ZX_ERR_IO_INVALID
pub const ZX_ERR_IO_INVALID: i32 = -47;
Expand description
The data in the operation is invalid parameter or is out of range.
Example: A USB transfer that failed to complete with TRB Error
pub const ZX_ERR_IO_INVALID: i32 = -47;
The data in the operation is invalid parameter or is out of range.
Example: A USB transfer that failed to complete with TRB Error