pub const ZX_ERR_IO_DATA_LOSS: zx_status_t = -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: zx_status_t = -43;
The data in the operation is currently unavailable and may be permanently lost.
Example: A disk block is irrecoverably damaged.