Package: @effect/platform-browser
Module: IndexedDbDatabase
String union describing the failure categories for IndexedDB database opening, migration, and schema operations.
Signature
type ErrorReason = | "TransactionError"
| "MissingTable"
| "OpenError"
| "UpgradeError"
| "Aborted"
| "Blocked"
| "MissingIndex"
Since v4.0.0