The issue interface of the failure output.

interface Issue {
    message: string;
    path?: readonly (PropertyKey | PathSegment)[];
}

Properties

Properties

message: string

The error message of the issue.

path?: readonly (PropertyKey | PathSegment)[]

The path of the issue, if any.