Exception: ThreeScale::Backend::AuthenticationError
- Defined in:
- lib/3scale/backend/errors.rb
Overview
Legacy API support
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ AuthenticationError
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 |