Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 694 Bytes

Error.md

File metadata and controls

23 lines (16 loc) · 694 Bytes

XeroRuby::Accounting::Error

Properties

Name Type Description Notes
error_number Integer Exception number [optional]
type String Exception type [optional]
message String Exception message [optional]
elements Array<Element> Array of Elements of validation Errors [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Error.new(error_number: null,
                                 type: null,
                                 message: null,
                                 elements: null)