# VERSIONED_CONTROLLER_MAPPING_MESSAGE

**Kind:** Function

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

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

## Signature

```ts
function VERSIONED_CONTROLLER_MAPPING_MESSAGE(name: string, path: string, version: VersionValue)
```

## Parameters

| Name | Type |
|---|---|
| `name` | `string` |
| `path` | `string` |
| `version` | `VersionValue` |
