---
url: /api/specs/exceptions/types/clientErrors/class-misdirected-request.md
description: api documentation of MisdirectedRequest from @tsed/exceptions
---

## Usage

```typescript
import { MisdirectedRequest } from "@tsed/exceptions";
```

> See [/packages/specs/exceptions/src/clientErrors/MisdirectedRequest.ts](https://github.com/tsedio/tsed/blob/v8.37.1/packages/specs/exceptions/src/clientErrors/MisdirectedRequest.ts#L0-L0).

## Overview

```ts
class MisdirectedRequest extends ClientException {
    static readonly STATUS = 421;
    constructor(message: string, origin?: Error | string | any);
}
```

## static readonly STATUS

```ts
static readonly STATUS = 421;
```
