I

StandardSchemaIssue

A single validation issue.

Signature

ts
interface StandardSchemaIssue

Properties

PropertyTypeDescription
messagereadonlystringA human-readable message describing the issue.
path?readonlyReadonlyArray<PropertyKey | StandardSchemaPathSegment> | undefinedThe path to the offending value, as keys or { key } segments.