class Xcflushd::Reporter::ThreeScaleAuthError
Exception raised when the 3scale client made the call, but did not succeed. This happens when the credentials are invalid. For example, when an invalid provider key is used.
Public Class Methods
new(service_id, transaction)
click to toggle source
Calls superclass method
Xcflushd::Reporter::ReporterError::new
# File lib/xcflushd/reporter.rb, line 37 def initialize(service_id, transaction) super(service_id, transaction, 'Invalid credentials. Check the provider key'.freeze) end