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.28.1/mod.ts";

Returns the pipeline result object with issues.

Parameters

context: PipeActionContext

The action context.

reference: Function

The action reference.

input: unknown

The raw input data.

label: string

The issue label.

optional
received: string

The received input.

Returns

InvalidActionResult

The pipeline result object.