Exception: VirusTotal::AuthError

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

Overview

If you try to perform calls to functions for which you do not have the required privileges an HTTP Error 403 Forbidden is raised

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message; "you do not have the required priviledges"; end