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

Thrown when user saves tree children entity but its parent is not saved yet.

Constructors

new
CannotAttachTreeChildrenEntityError(entityName: string)

Properties

name: string