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.
pub const ZX_ERR_IO_DATA_INTEGRITY: zx_status_t = -42;
The data in the operation failed an integrity check and is possibly corrupted.
Example: CRC or Parity error.