Exception: ThreeScale::Backend::ApplicationHasInconsistentData

Inherits:
Error
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initialize(id, user_key) ⇒ ApplicationHasInconsistentData

Returns a new instance of ApplicationHasInconsistentData.



65
66
67
# File 'lib/3scale/backend/errors.rb', line 65

def initialize(id, user_key)
  super %(Application id="#{id}" with user_key="#{user_key}" has inconsistent data and could not be saved)
end