Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 542 Bytes

APIError.md

File metadata and controls

21 lines (14 loc) · 542 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

Code Sample

require 'TalonOne'

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