FLASH_CORRUPTION_UNRECOVERABLE constant
CriticalErrorCode
const FLASH_CORRUPTION_UNRECOVERABLE
Corruption was detected on the flash filesystem but we were unable to repair things. NOTE: Your node will probably need to be reconfigured the next time it reboots (it will lose the region code etc...) If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
Implementation
static const CriticalErrorCode FLASH_CORRUPTION_UNRECOVERABLE =
CriticalErrorCode._(
13, _omitEnumNames ? '' : 'FLASH_CORRUPTION_UNRECOVERABLE');