Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 379 Bytes

GenericError.md

File metadata and controls

22 lines (16 loc) · 379 Bytes

HandyAPI::GenericError

Properties

Name Type Description Notes
code Integer [optional]
message String [optional]
data Object [optional]

Example

require 'handy_api'

instance = HandyAPI::GenericError.new(
  code: null,
  message: null,
  data: null
)