Class: ErrorResponse

Inherits:
ExactorResponse show all
Defined in:
app/helpers/exactor_api_objects.rb

Instance Attribute Summary collapse

Attributes inherited from ExactorResponse

#is_valid

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code.



377
378
379
# File 'app/helpers/exactor_api_objects.rb', line 377

def error_code
  @error_code
end

#error_descriptionObject

Returns the value of attribute error_description.



377
378
379
# File 'app/helpers/exactor_api_objects.rb', line 377

def error_description
  @error_description
end