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

Thrown when relations specified in the find options were not found in the entities.

Constructors

new
FindRelationsNotFoundError(notFoundRelations: string[])