Name | Type | Description | Notes |
---|---|---|---|
error_code | Integer | Exception number | [optional] |
exception | String | Exception message | [optional] |
require 'DearInventoryRuby'
instance = DearInventoryRuby::Error.new(error_code: nil,
exception: nil)