ERR_IO_DATA_INTEGRITY

Constant ERR_IO_DATA_INTEGRITY 

Source
pub const 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.