prorm API Reference
    Preparing search index...

    Interface ValidationErrorItem

    A single validation failure: which attribute, which validator, and the message it produced.

    interface ValidationErrorItem {
        message: string;
        type: string;
        path: string;
        value: any;
    }
    Index
    message: string
    type: string
    path: string
    value: any