onStorageError abstract method

void onStorageError(
  1. LocalError error
)

Possible error types: - runtime_local_error.DiskCorruptError: Called if local storage is corrupted. - runtime_local_error.DiskFullError: Called if local storage is full.

Implementation

void onStorageError(runtime_local_error.LocalError error);