FLASH_CORRUPTION_RECOVERABLE constant

CriticalErrorCode const FLASH_CORRUPTION_RECOVERABLE

Corruption was detected on the flash filesystem but we were able to repair things. 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_RECOVERABLE =
    CriticalErrorCode._(
        12, _omitEnumNames ? '' : 'FLASH_CORRUPTION_RECOVERABLE');