SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias ValidationError

    ValidationError: {
        ctx?: Record<string, any>;
        input?: any;
        loc: (string | number)[];
        msg: string;
        type: string;
    } & Record<string, any>

    Representation of the 'ValidationError' schema.