| Name | Type | Description | Notes |
|---|---|---|---|
| code | NotFoundErrorCode | [optional][default to 'no_not_found_error'] | |
| message | String | [optional] |
require 'openapi_client'
instance = OpenapiClient::PathUnknownErrorMessageResponse.new(
code: null,
message: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| code | NotFoundErrorCode | [optional][default to 'no_not_found_error'] | |
| message | String | [optional] |
require 'openapi_client'
instance = OpenapiClient::PathUnknownErrorMessageResponse.new(
code: null,
message: null
)