Skip to content

BlockedBloomParamMismatchError

Defined in: packages/distillate/src/blocked/blocked.ts:87

Thrown when an operation requires two filters built with identical parameters.

  • Error

new BlockedBloomParamMismatchError(message?): BlockedBloomParamMismatchError

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1082

string

BlockedBloomParamMismatchError

Error.constructor

new BlockedBloomParamMismatchError(message?, options?): BlockedBloomParamMismatchError

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1082

string

ErrorOptions

BlockedBloomParamMismatchError

Error.constructor

optional cause?: unknown

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Error.cause


message: string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077

Error.message


readonly name: "BlockedBloomParamMismatchError" = "BlockedBloomParamMismatchError"

Defined in: packages/distillate/src/blocked/blocked.ts:89

Discriminates this error from other Errors.

Error.name


optional stack?: string

Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1078

Error.stack