The issue interface of the failure output.

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

Properties

Properties

message: string

The error message of the issue.

path?: readonly (PropertyKey | StandardPathItem)[]

The path of the issue, if any.