Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 307 Bytes

GenericErrorResponse.md

File metadata and controls

18 lines (12 loc) · 307 Bytes

OmniCoreClient::GenericErrorResponse

Properties

Name Type Description Notes
error ErrorFrame

Example

require 'omnicore_client'

instance = OmniCoreClient::GenericErrorResponse.new(
  error: null
)