Skip to content

ErrorFormatter

@tsed/ajv

Usage

typescript
import { ErrorFormatter } from "@tsed/specs/ajv/src/types/interfaces/IAjvSettings";

See /packages/specs/ajv/src/types/interfaces/IAjvSettings.ts.

Overview

ts
type ErrorFormatter = (error: AjvErrorObject) => string;

Released under the MIT License.