effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbQueryBuilder

IndexedDbQueryBuilder.IndexedDbQueryError

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

Signature

declare class IndexedDbQueryError

Source

Since v4.0.0