StandardSchemaV1.IssueThe issue interface of the failure output. interface Issue {readonly message: string;readonly path?: ReadonlyArray<PropertyKey | PathSegment> | undefined;}§Properties§readonly message: string[src]The error message of the issue. §readonly path?: ReadonlyArray<PropertyKey | PathSegment> | undefined[src]The path of the issue, if any.