ZX_ERR_IO_DATA_INTEGRITY

Constant ZX_ERR_IO_DATA_INTEGRITY 

pub const ZX_ERR_IO_DATA_INTEGRITY: i32 = -42;
Expand description

The data in the operation failed an integrity check and is possibly corrupted.

Example: CRC or Parity error.