Exception: Zerobounce::ApiError
- Defined in:
- lib/zerobounce/error.rb
Overview
General API error, the response code was 200 but an error still occurred.
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Zerobounce::Error
Instance Method Details
#message ⇒ Object
74 75 76 |
# File 'lib/zerobounce/error.rb', line 74 def JSON.parse(@env[:body])['error'] end |