Constant ZX_ERR_IO_DATA_LOSS     
pub const ZX_ERR_IO_DATA_LOSS: i32 = -43;Expand description
The data in the operation is currently unavailable and may be permanently lost.
Example: A disk block is irrecoverably damaged.
pub const ZX_ERR_IO_DATA_LOSS: i32 = -43;The data in the operation is currently unavailable and may be permanently lost.
Example: A disk block is irrecoverably damaged.