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

Thrown when ORM cannot get method parameter's type. Basically, when reflect-metadata is not available or tsconfig is not properly setup.

Constructors

new
CannotReflectMethodParameterTypeError(target: Function, methodName: string)

Properties

name: string