# UNDEFINED_MODULE_MESSAGE

**Kind:** Function

**Source:** [`packages/core/errors/messages.ts`](https://github.com/nestjs/nest/blob/master/packages/core/errors/messages.ts#L210)

**Part of:** [Core](subsystem-packages-core)

## Signature

```ts
function UNDEFINED_MODULE_MESSAGE(parentModule: any, index: number, scope: any[])
```

## Parameters

| Name | Type |
|---|---|
| `parentModule` | `any` |
| `index` | `number` |
| `scope` | `any[]` |
