class Zerobounce::ApiError
General API error, the response code was 200 but an error still occurred.
@author Aaron Frase
Public Instance Methods
message()
click to toggle source
@see message
# File lib/zerobounce/error.rb, line 78 def message JSON.parse(@env[:body])['error'] end