Exception: VirusTotal::AuthError
- Inherits:
-
StandardError
- Object
- StandardError
- VirusTotal::AuthError
- 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
#message ⇒ Object
11 |
# File 'lib/virus_total/exception.rb', line 11 def ; "you do not have the required priviledges"; end |