Skip to main content
Latest
class CannotExecuteNotConnectedError
extends Error
import { CannotExecuteNotConnectedError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/CannotExecuteNotConnectedError.ts";

Thrown when consumer tries to execute operation allowed only if connection is opened.

Constructors

new
CannotExecuteNotConnectedError(connectionName: string)

Properties

name: string