Learn R Programming

virustotal (version 0.5.0)

virustotal_error: Create a VirusTotal API error

Description

Create a VirusTotal API error

Usage

virustotal_error(
  message,
  status_code = NULL,
  response = NULL,
  call = sys.call(-1)
)

Value

An error object of class virustotal_error

Arguments

message

Error message

status_code

HTTP status code

response

Full HTTP response object

call

The calling function (automatically detected)

See Also

Other error handling: virustotal-errors, virustotal_auth_error(), virustotal_check(), virustotal_rate_limit_error(), virustotal_validation_error()