nexus-agents - v2.80.0
    Preparing search index...

    Interface ValidationIssue

    Validation result with detailed error information.

    interface ValidationIssue {
        path: PropertyKey[];
        message: string;
        code: string;
    }
    Index

    Properties

    Properties

    path: PropertyKey[]

    Path to the problematic field

    message: string

    Error message

    code: string

    Error code from Zod