Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 458 Bytes

File metadata and controls

22 lines (16 loc) · 458 Bytes

Invoicetronic_Sdk::Error

Properties

Name Type Description Notes
code String Error code. [optional]
description String Error description. [optional]
hint String Hint on how to solve the issue. [optional]

Example

require 'invoicetronic_sdk'

instance = Invoicetronic_Sdk::Error.new(
  code: null,
  description: null,
  hint: null
)