| virustotal_error | R Documentation |
Create a VirusTotal API error
virustotal_error(
message,
status_code = NULL,
response = NULL,
call = sys.call(-1)
)
message |
Error message |
status_code |
HTTP status code |
response |
Full HTTP response object |
call |
The calling function (automatically detected) |
An error object of class virustotal_error
Other error handling:
virustotal-errors,
virustotal_auth_error(),
virustotal_check(),
virustotal_rate_limit_error(),
virustotal_validation_error()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.