Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { defaultErrorFormatter } from "@tsed/ajv";
See /packages/specs/ajv/src/utils/defaultErrorFormatter.ts.
function defaultErrorFormatter(error: AjvErrorObject & { dataPath: string; }): string;
dataPath: string;