API reference / @evolu/common / Type / StandardSchemaV1 / Issue
Interface: Issue
Defined in: packages/common/src/Type.ts:4253
The issue interface of the failure output.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
message | readonly | string | The error message of the issue. | packages/common/src/Type.ts:4255 |
path? | readonly | readonly ( | PropertyKey | PathSegment)[] | The path of the issue, if any. | packages/common/src/Type.ts:4257 |