virustotal_error: Create a VirusTotal API error

View source: R/errors.R

virustotal_errorR Documentation

Create a VirusTotal API error

Description

Create a VirusTotal API error

Usage

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

Arguments

message

Error message

status_code

HTTP status code

response

Full HTTP response object

call

The calling function (automatically detected)

Value

An error object of class virustotal_error

See Also

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


virustotal documentation built on April 13, 2026, 9:07 a.m.