onUpdatingFailed abstract method

void onUpdatingFailed(
  1. int id,
  2. String reason
)

Occurs when updating of the migration fails due to the specified reason.

Implementation

void onUpdatingFailed(final int id, final String reason);