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