Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox_deno/src/value/pointer.ts>ValuePointerRootDeleteError

JSON Schema Type Builder with Static Type Resolution for TypeScript
Latest
class ValuePointerRootDeleteError
extends Error
import { ValuePointerRootDeleteError } from "https://deno.land/x/typebox_deno@0.31.22/src/value/pointer.ts";

Constructors

new
ValuePointerRootDeleteError(value: unknown, path: string)