Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typeorm/src/error/InsertValuesMissingError.ts>InsertValuesMissingError

Forked from https://github.com/typeorm/typeorm
Latest
class InsertValuesMissingError
extends Error
import { InsertValuesMissingError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/InsertValuesMissingError.ts";

Thrown when user tries to insert using QueryBuilder but do not specify what to insert.

Constructors

new
InsertValuesMissingError()

Properties

name: string