Skip to main content
Module

x/valibot/mod.ts>actionIssue

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

Returns the pipeline result object with issues.

Parameters

validation: string

The validation name.

message: ErrorMessage

The error message.

input: unknown

The input value.

optional
requirement: unknown

The requirement.

optional
path: PathItem[]

The issue path.

Returns

The pipeline result object.