toolmark-monorepo / @toolmark/core / StandardSchemaV1 / Issue
Interface: Issue
Defined in: packages/core/src/standard-schema.ts:77
The issue interface of the failure output.
Properties
message
readonlymessage:string
Defined in: packages/core/src/standard-schema.ts:79
The error message of the issue.
path?
readonlyoptionalpath?: readonly (PropertyKey|PathSegment)[]
Defined in: packages/core/src/standard-schema.ts:81
The path of the issue, if any.