Skip to main content
Module

x/domain_functions/mod.ts>ParserIssue

Types and functions to make composition easy and safe
Latest
type alias ParserIssue
import { type ParserIssue } from "https://deno.land/x/domain_functions@v3.0.0/mod.ts";

A parsing error when validating the input or environment schemas. This will be transformed into a SchemaError before being returned from the domain function. It is usually not visible to the end user unless one wants to write an adapter for a schema validator.

definition: { path: PropertyKey[]; message: string; }