# AjvErrorFormatterPipe Class

Module
import { AjvErrorFormatterPipe } from "@tsed/ajv"
Source/packages/ajv/src/pipes/AjvErrorFormatterPipe.ts

# Overview

class AjvErrorFormatterPipe {
    errorFormatter: ErrorFormatter;
    transform(errors: ErrorObject[], options: any): AjvValidationError;

}

# Members

errorFormatter: ErrorFormatter;

transform(errors: ErrorObject[], options: any): AjvValidationError;