Exception: VirusTotal::ExceedApiLimitError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/virus_total/exception.rb

Overview

Whenever you exceed the public API request rate limit a 204 HTTP status code is returned.

Instance Method Summary collapse

Instance Method Details

#messageObject



5
# File 'lib/virus_total/exception.rb', line 5

def message; "you exceed the public API request rate limit"; end