Skip to main content
Module

x/typeorm/src/index.ts>QueryFailedError

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

Thrown when query execution has failed.

Constructors

new
QueryFailedError(
query: string,
parameters: any[] | undefined,
driverError: any,
)