R
I

StandardSchemaIssue

A single validation issue.

Signature

ts
interface StandardSchemaIssue

Properties

PropertyTypeDescription
messagereadonlystringA human-readable message describing the issue.
path?readonlyreadonly (PropertyKey | StandardSchemaPathSegment)[] | undefinedThe path to the offending value, as keys or `{ key }` segments.