Class: RubyOmx::Error

Inherits:
Node
  • Object
show all
Defined in:
lib/ruby_omx/response.rb

Overview

ErrorData appears in responses

Instance Method Summary collapse

Methods inherited from Node

#accessors, #as_hash, #initialize

Constructor Details

This class inherits a constructor from RubyOmx::Node

Instance Method Details

#to_sObject



12
13
14
# File 'lib/ruby_omx/response.rb', line 12

def to_s
  "#{error_id}: #{error_severity} #{error_detail_0} #{error_detail_1} #{message}"
end