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] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Error.new(error_number: null,
type: null,
message: null,
elements: null)