Skip to content

UNKNOWN_DEPENDENCIES_MESSAGE

reference
1 min readUpdated

Kind: Function

Source: packages/core/errors/messages.ts

Part of: Core

Signature

ts
function UNKNOWN_DEPENDENCIES_MESSAGE(type: string | symbol, unknownDependencyContext: InjectorDependencyContext, moduleRef: Module | undefined)

Parameters

NameType
type`string
unknownDependencyContextInjectorDependencyContext
moduleRef`Module

Relationships

  • IMPORTS → isNil
  • IMPORTS → isSymbol

Was this page helpful?

Download as PDF
UNKNOWN_DEPENDENCIES_MESSAGE — NestJS head-to-head