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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
message | readonly | string | The error message of the issue. | packages/core/src/vendor/standard-schema.d.ts:76 |
path? | readonly | readonly ( | PropertyKey | PathSegment)[] | The path of the issue, if any. | packages/core/src/vendor/standard-schema.d.ts:78 |