> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NotFoundError

> The requested resource does not exist (HTTP 404).

```typescript
class NotFoundError extends ModusError
```

## Constructor

```typescript
NotFoundError(message: string, options?: { statusCode: number; requestId: string; responseHeaders: Record<string, string>; body: string; code: string } | undefined): NotFoundError
```

### Parameters

<ResponseField name={"message"} type={"string"} required />

<ResponseField name={"options"} type={"{ statusCode: number; requestId: string; responseHeaders: Record<string, string…"} />

### Returns

`NotFoundError`

## Properties

<ResponseField name={"body"} type={"string"} />

<ResponseField name={"code"} type={"string"} />

<ResponseField name={"requestId"} type={"string"} />

<ResponseField name={"responseHeaders"} type={"Record<string, string>"} />

<ResponseField name={"statusCode"} type={"number"} />
