Using nrf51822, Softdevice S110 V8.0 with SDK V8.0.
Sometimes after attempting to erase a pstorage page with pstorage_clear the firmware receives the NRF_ERROR_INTERNAL status code in the pstorage callback. Sometimes this occurs around the time that Bluetooth connections are changing state.
What is the recommended recovery method from this error condition? Is it expected that the application should just try the operation again, or is this an indication of a bigger problem?