Skip to main content
Module

x/valibot/mod.ts>getPipeIssues

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function getPipeIssues
Re-export
import { getPipeIssues } from "https://deno.land/x/valibot@v0.18.0/mod.ts";

Returns the pipeline result object with issues.

Parameters

validation: string

The validation name.

The error message.

input: unknown

The input value.

Returns

{ issues: Pick<Issue,
| "validation"
| "message"
| "input"
| "path"
>[]; }

The pipeline result object.