| Name | Type | Description | Notes |
|---|---|---|---|
| code | string | Specific error code encountered | [default to undefined] |
| message | string | Description of the error | [default to undefined] |
import { NotFoundErrorRep } from 'launchdarkly-api-typescript';
const instance: NotFoundErrorRep = {
code,
message,
};