shouldClearStorageAndTryAgain

If true, the operation will be (or was) retried.

On Android (legacy path), setting this to true via withShouldClearStorageAndTryAgain requests a retry. On KMP, this reflects the decision already made by the onStorageError callback and mutating it has no effect.

Prefer withShouldClearStorageAndTryAgain over direct assignment.