Package: @effect/platform-browser
Module: IndexedDbQueryBuilder
Tagged error for IndexedDB query operations, carrying a query error reason and the original cause.
Details
reason is the query failure category, cause preserves the underlying
schema, IndexedDB request, transaction, or user callback failure, and
message is set to the reason.
See
ErrorReason for the supported failure categoriesSignature
declare class IndexedDbQueryError
Since v4.0.0