property ProblemDetails.errors

Optional validation failures extension (present for 422 errors).

Type

ReadonlyArray<{ field: string; message: string; code?: string; }>

Usage

import { type ProblemDetails } from "exceptions/src/index.ts";