FMTCInitialisationExceptionType enum

Pragmatic error descriptor for a FMTCInitialisationException.message

See documentation on that object for more information.

Inheritance

Constructors

FMTCInitialisationExceptionType()
const

Values

corruptedDatabase → const FMTCInitialisationExceptionType

Paired with friendly message: "Failed to initialise a store because it was not listed as safe/stable on last initialisation."

This signifies that the application has previously fatally crashed during initialisation, but that the initialisation safety system has now removed the store database.

isarFailure → const FMTCInitialisationExceptionType

Paired with friendly message: "Failed to initialise a store because Isar failed to open the database."

This usually means the store database was valid, but Isar was not configured correctly or encountered another issue. Unlike corruptedDatabase, this does not cause an app crash. Consult the FMTCInitialisationException.originalError for more information.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<FMTCInitialisationExceptionType>
A constant List of the values in this enum, in order of their declaration.