Skip to main content
Go to Latest
class TransformDecodeCheckError
Re-export
import { TransformDecodeCheckError } from "https://deno.land/x/openbox@1.1.8/deps.ts";

Constructors

new
TransformDecodeCheckError(
schema: Types.TSchema,
value: unknown,
error: ValueError,
)