Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 782 Bytes

ErrorSource.md

File metadata and controls

23 lines (16 loc) · 782 Bytes

TalonOne::ErrorSource

Properties

Name Type Description Notes
pointer String Pointer to the path in the payload that caused this error. [optional]
parameter String Query parameter that caused this error. [optional]
line String Line number in uploaded multipart file that caused this error. 'N/A' if unknown. [optional]
resource String Pointer to the resource that caused this error. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ErrorSource.new(pointer: null,
                                 parameter: null,
                                 line: null,
                                 resource: null)