Skip to main content
Module

x/typeorm/src/error/CannotCreateEntityIdMapError.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/CannotCreateEntityIdMapError.ts";

Classes

Thrown when user tries to create entity id map from the mixed id value, but id value is a single value when entity requires multiple values.