Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

File metadata and controls

22 lines (16 loc) · 476 Bytes

TalonOne::APIError

Properties

Name Type Description Notes
title String Short description of the problem.
details String Longer description of this specific instance of the problem. [optional]
source ErrorSource

Example

require 'talon_one_sdk'

instance = TalonOne::APIError.new(
  title: null,
  details: null,
  source: null
)