Skip to content

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 ​

readonly message: string

Defined in: packages/core/src/standard-schema.ts:79

The error message of the issue.


path? ​

readonly optional path?: readonly (PropertyKey | PathSegment)[]

Defined in: packages/core/src/standard-schema.ts:81

The path of the issue, if any.