Skip to content

Files

Latest commit

debbc72 · Mar 15, 2025

History

History
19 lines (12 loc) · 425 Bytes

Error.md

File metadata and controls

19 lines (12 loc) · 425 Bytes

DearInventoryRuby::Error

Properties

Name Type Description Notes
error_code Integer Exception number [optional]
exception String Exception message [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::Error.new(error_code: nil,
                                 exception: nil)