Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 419 Bytes

ErrorFrame.md

File metadata and controls

24 lines (18 loc) · 419 Bytes

OmniCoreClient::ErrorFrame

Properties

Name Type Description Notes
code Integer
details String
message String
status String

Example

require 'omnicore_client'

instance = OmniCoreClient::ErrorFrame.new(
  code: null,
  details: null,
  message: null,
  status: null
)