onRegionError abstract method

void onRegionError(
  1. Error error,
  2. int regionId
)

error Error has occurred in specific region. Expected error types:

  1. runtime_network_errors.RemoteError 2. runtime_local_error.LocalError

Implementation

void onRegionError(runtime_error.Error error, core.int regionId);