MigrationErrorStrategy enum
Enumerates the ways in which exceptions in an Operation should be handled during the course of upgrade or downgrade.
Values
- Throw → const MigrationErrorStrategy
-
Halt and rethrow encountered exception
- Ignore → const MigrationErrorStrategy
-
Squash any encountered exceptions and proceed
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MigrationErrorStrategy> - A constant List of the values in this enum, in order of their declaration.