BlockedBloomParamMismatchError
Defined in: packages/distillate/src/blocked/blocked.ts:87
Thrown when an operation requires two filters built with identical parameters.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BlockedBloomParamMismatchError(
message?):BlockedBloomParamMismatchError
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
Section titled “Parameters”message?
Section titled “message?”string
Returns
Section titled “Returns”BlockedBloomParamMismatchError
Inherited from
Section titled “Inherited from”Error.constructor
Constructor
Section titled “Constructor”new BlockedBloomParamMismatchError(
message?,options?):BlockedBloomParamMismatchError
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
Section titled “Parameters”message?
Section titled “message?”string
options?
Section titled “options?”ErrorOptions
Returns
Section titled “Returns”BlockedBloomParamMismatchError
Inherited from
Section titled “Inherited from”Error.constructor
Properties
Section titled “Properties”cause?
Section titled “cause?”
optionalcause?:unknown
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Section titled “Inherited from”Error.cause
message
Section titled “message”message:
string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Section titled “Inherited from”Error.message
readonlyname:"BlockedBloomParamMismatchError"="BlockedBloomParamMismatchError"
Defined in: packages/distillate/src/blocked/blocked.ts:89
Discriminates this error from other Errors.
Overrides
Section titled “Overrides”Error.name
stack?
Section titled “stack?”
optionalstack?:string
Defined in: node_modules/.pnpm/[email protected]/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
Section titled “Inherited from”Error.stack