Exception: Hashblue::API::RateLimitError

Inherits:
Error
  • Object
show all
Defined in:
lib/hashblue/api/error.rb

Overview

Raised when a subscriber has reached the limit of messages they can send.

Instance Method Summary collapse

Methods inherited from Error

from_response, #initialize, status, #status, #to_json, #to_s

Constructor Details

This class inherits a constructor from Hashblue::API::Error

Instance Method Details

#messageObject



64
65
66
# File 'lib/hashblue/api/error.rb', line 64

def message
  @response
end