Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / StandardSchemaV1 / Issue

Interface: Issue

Defined in: packages/core/src/vendor/standard-schema.d.ts:74

The issue interface of the failure output.

Properties

PropertyModifierTypeDescriptionDefined in
messagereadonlystringThe error message of the issue.packages/core/src/vendor/standard-schema.d.ts:76
path?readonlyreadonly ( | PropertyKey | PathSegment)[]The path of the issue, if any.packages/core/src/vendor/standard-schema.d.ts:78