Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 598 Bytes

ErrorResponseWithStatus.md

File metadata and controls

21 lines (14 loc) · 598 Bytes

TalonOne::ErrorResponseWithStatus

Properties

Name Type Description Notes
message String [optional]
errors Array<APIError> An array of individual problems encountered during the request. [optional]
status_code Integer The error code [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ErrorResponseWithStatus.new(message: null,
                                 errors: null,
                                 status_code: null)