type alias ErrorFormat
Since 0.1.0

The built-in error format identifiers for @setu-ts/validation-plugin.

'rfc7807' is retained for backward compatibility and resolves to the same formatter as 'rfc9457'; prefer 'rfc9457'.

Definition

"default" | "rfc9457" | "rfc7807" | "nestjs"

Usage

import { type ErrorFormat } from "validation-plugin/src/index.ts";