Skip to main content
Module

x/valibot/mod.ts>getSpecificMessage

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

Returns a specific error message.

Parameters

reference: Function

The identifier reference.

optional
lang: string

The language of the message.

Returns

ErrorMessage | undefined

The error message.