open-nav
    Preparing search index...

    Interface ValidationIssue

    interface ValidationIssue {
        code?: string;
        message: string;
        path: string;
    }
    Index
    code?: string

    Stable identifier so callers can branch on a specific rule.

    message: string

    Human readable description of the problem.

    path: string

    Dotted path of the offending value, e.g. invoiceLines.1.quantity.