Exception: ThreeScale::Backend::AuthenticationError

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

Overview

Legacy API support

Instance Method Summary collapse

Methods inherited from Error

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

Constructor Details

#initializeAuthenticationError

Returns a new instance of AuthenticationError.



253
254
255
# File 'lib/3scale/backend/errors.rb', line 253

def initialize
  super 'either app_id or user_key is allowed, not both'.freeze
end