virustotal_auth_error: Create an authentication error

View source: R/errors.R

virustotal_auth_errorR Documentation

Create an authentication error

Description

Create an authentication error

Usage

virustotal_auth_error(
  message = "Invalid or missing API key",
  call = sys.call(-1)
)

Arguments

message

Error message

call

The calling function (automatically detected)

Value

An error object of class virustotal_auth_error

See Also

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


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