| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | ||
| status | Integer | ||
| error_type | ApiErrorType |
require 'mydatamyconsent'
instance = MyDataMyConsent::Error.new(
title: null,
status: null,
error_type: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | ||
| status | Integer | ||
| error_type | ApiErrorType |
require 'mydatamyconsent'
instance = MyDataMyConsent::Error.new(
title: null,
status: null,
error_type: null
)