menu
Issue
import { Issue } from "destack:schema";
Schema validation issue.
1export struct Issue {2 path: Path;3 code: IssueCode;4 message: string;5 expected: string;6 actual: string;7}Members
path: PathPath to the failing value.
code: IssueCodeIssue code.
message: stringValidation message.
expected: stringExpected shape when available.
actual: stringActual shape when available.