effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbDatabase

IndexedDbDatabase.ErrorReason

String union describing the failure categories for IndexedDB database opening, migration, and schema operations.

Signature

type ErrorReason = | "TransactionError"
  | "MissingTable"
  | "OpenError"
  | "UpgradeError"
  | "Aborted"
  | "Blocked"
  | "MissingIndex"

Source

Since v4.0.0