type alias ErrorFormat
Since 0.1.0

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

'rfc7807' is retained for backward compatibility and resolves to the deprecated rfc7807Formatter; prefer 'rfc9457'.

Definition

"default" | "rfc9457" | "rfc7807"

Usage

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