# ForbiddenErrorRep
## Example Usage
```typescript
import { ForbiddenErrorRep } from "@launchdarkly/mcp-server/models/errors";
// No examples available for this model
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `code` | *string* | :heavy_check_mark: | Specific error code encountered | forbidden |
| `message` | *string* | :heavy_check_mark: | Description of the error | Forbidden. Access to the requested resource was denied. |