Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 392 Bytes

File metadata and controls

22 lines (16 loc) · 392 Bytes

MyDataMyConsent::Error

Properties

Name Type Description Notes
title String
status Integer
error_type ApiErrorType

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::Error.new(
  title: null,
  status: null,
  error_type: null
)