prorm API Reference
    Preparing search index...

    Interface ValidationError

    Raised when one or more validators reject an instance; errors holds one entry per failure.

    interface ValidationError {
        name: string;
        message: string;
        errors: ValidationErrorItem[];
    }

    Hierarchy

    • Error
      • ValidationError
    Index
    name: string
    message: string