Learn R Programming

virustotal (version 0.5.0)

virustotal_auth_error: Create an authentication error

Description

Create an authentication error

Usage

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

Value

An error object of class virustotal_auth_error

Arguments

message

Error message

call

The calling function (automatically detected)

See Also

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