Skip to content

toolmark-monorepo / @toolmark/core / ToolIssue

Interface: ToolIssue ​

Defined in: packages/core/src/result.ts:15

A validation issue: dot path (root is "") and a human-readable message.

Properties ​

message ​

message: string

Defined in: packages/core/src/result.ts:19

Human-readable message.


path ​

path: string

Defined in: packages/core/src/result.ts:17

Dot path of the offending value; "" for the root.