ERROR_SECTOR_NOT_FOUND top-level constant

  1. @Deprecated('Use WIN32_ERROR.ERROR_SECTOR_NOT_FOUND instead')
int const ERROR_SECTOR_NOT_FOUND

The drive cannot find the sector requested.

Implementation

@Deprecated('Use WIN32_ERROR.ERROR_SECTOR_NOT_FOUND instead')
const ERROR_SECTOR_NOT_FOUND = 27;