@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Variable E_VALIDATION_ERRORConst

    E_VALIDATION_ERROR: typeof ValidationError = ValidationError

    Factory constant for creating ValidationError instances. This is the main export for creating validation errors in the Vine validation library.

    throw new E_VALIDATION_ERROR(errors)
    
    const error = new E_VALIDATION_ERROR({
    field: 'username',
    message: 'Username is required'
    })