rulvar API reference / @rulvar/rulvar / StandardSchemaV1 / Issue
Interface: Issue
Defined in: packages/core/dist/index.d.ts
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/dist/index.d.ts |
path? | readonly | readonly ( | PropertyKey | PathSegment)[] | The path of the issue, if any. | packages/core/dist/index.d.ts |