Skip to content

UnknownHashVariantError

Defined in: packages/distillate/src/core/serialize.ts:111

Thrown when a frame’s flags nibble names a hash this release cannot reproduce, so its stored bits are unreadable. Rebuild the filter from the source keys with the version you run.

new UnknownHashVariantError(message?): UnknownHashVariantError

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

string

UnknownHashVariantError

SerializationError.constructor

new UnknownHashVariantError(message?, options?): UnknownHashVariantError

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

string

ErrorOptions

UnknownHashVariantError

SerializationError.constructor

optional cause?: unknown

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

SerializationError.cause


message: string

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

SerializationError.message


readonly name: "UnknownHashVariantError" = "UnknownHashVariantError"

Defined in: packages/distillate/src/core/serialize.ts:113

Discriminates this error from other Errors.

SerializationError.name


optional stack?: string

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

SerializationError.stack