| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | ||
| error_code | Float | Numeric code used to identify the error. Integer. | |
| status | String | ||
| permanent | Boolean | [optional] |
require 'openapi_client'
instance = OpenapiClient::ExtendedErrorModel.new(
message: null,
error_code: null,
status: null,
permanent: null
)