Skip to main content

Class: IDBNotFoundError

This Error is thrown when we detect that the IndexedDB has been removed. This does not normally happen but can happen during development if the user has DevTools open and deletes the IndexedDB from there.

Hierarchy

  • Error

    IDBNotFoundError

Constructors

constructor

new IDBNotFoundError(message?)

Parameters

NameType
message?string

Inherited from

Error.constructor

new IDBNotFoundError(message?, options?)

Parameters

NameType
message?string
options?ErrorOptions

Inherited from

Error.constructor

Properties

cause

Optional cause: unknown

Inherited from

Error.cause


message

message: string

Inherited from

Error.message


name

name: string = 'IDBNotFoundError'

Overrides

Error.name


stack

Optional stack: string

Inherited from

Error.stack