ZX_ERR_IO_DATA_INTEGRITY

Constant ZX_ERR_IO_DATA_INTEGRITY 

Source
pub const ZX_ERR_IO_DATA_INTEGRITY: zx_status_t = -42;
Expand description

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

Example: CRC or Parity error.