Package: effect
Module: SchemaIssue
Callback type used to format Filter issues into strings.
When to use
Use when customizing how makeFormatterStandardSchemaV1 renders
filter failures.
Details
string to override the message, or undefined to fall back to
the default formatting.See
defaultCheckHook — the built-in implementationFilter — the issue type this hook formatsSignature
type CheckHook = (issue: Filter) => string | undefined
Since v4.0.0