Exception: PowerTrack::ServiceUnavailableError

Inherits:
PredefinedStatusPowerTrackError show all
Defined in:
lib/powertrack/errors.rb

Overview

Gnip server issue. If no notice about this issue has been posted on status.gnip.com, email [email protected].

Instance Attribute Summary

Attributes inherited from BasePowerTrackError

#body, #status

Instance Method Summary collapse

Methods inherited from WithStatusPowerTrackError

build

Constructor Details

#initialize(message, body) ⇒ ServiceUnavailableError

Returns a new instance of ServiceUnavailableError.



106
107
108
# File 'lib/powertrack/errors.rb', line 106

def initialize(message, body)
  super(503, message, body)
end