class NeverBounce::API::Response::ErrorMessage

A failure (error) response from the server. @see developers.neverbounce.com/v4.0/reference#error-handling

Public Instance Methods

success?() click to toggle source

@return [false]

# File lib/never_bounce/api/response/error_message.rb, line 13
def success?
  false
end