跳到主要内容

SearchExecutionError

Defined in: packages/rxdb-plugin-search/dist/types.d.ts:144

运行时执行错误(SQL 失败 / 存储不可用);可通过 SearchHandle.retry 恢复。

Extends

Properties

cause?

readonly optional cause?: unknown;

Defined in: packages/rxdb-plugin-search/dist/types.d.ts:146

触发错误的原始异常

Overrides

SearchError.cause


message

message: string;

Defined in: node_modules/.pnpm/typescript@6.0.3_patch_hash=ef3c2292deb88eb14130359d5acc1febc0226af46b7b945db6c7250c6cb4efbb/node_modules/typescript/lib/lib.es5.d.ts:1075

Inherited from

SearchError.message


name

name: string;

Defined in: node_modules/.pnpm/typescript@6.0.3_patch_hash=ef3c2292deb88eb14130359d5acc1febc0226af46b7b945db6c7250c6cb4efbb/node_modules/typescript/lib/lib.es5.d.ts:1074

Inherited from

SearchError.name


stack?

optional stack?: string;

Defined in: node_modules/.pnpm/typescript@6.0.3_patch_hash=ef3c2292deb88eb14130359d5acc1febc0226af46b7b945db6c7250c6cb4efbb/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

SearchError.stack