????

Your IP : 3.15.176.204


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/QueryFailedError.d.ts

import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when query execution has failed.
 */
export declare class QueryFailedError<T extends Error = Error> extends TypeORMError {
    readonly query: string;
    readonly parameters: any[] | undefined;
    readonly driverError: T;
    constructor(query: string, parameters: any[] | undefined, driverError: T);
}