DatabaseErrorStrategy

enum DatabaseErrorStrategy : Enum<DatabaseErrorStrategy>

Entries

RECREATE_AT_OPEN
Link copied to clipboard
If a database error occurs at open, automatically recreate the database.
UNSPECIFIED
Link copied to clipboard
If unspecified, all database errors will be propagated to the call site.

Sources

androidJvm source
Link copied to clipboard