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

Thrown when consumer tries to recreate connection with the same name, but previous connection was not closed yet.

Constructors

new
AlreadyHasActiveConnectionError(connectionName: string)

Properties

name: string