Learn R Programming

virustotal (version 0.5.0)

virustotal_rate_limit_error: Create a rate limit error

Description

Create a rate limit error

Usage

virustotal_rate_limit_error(
  message = "Rate limit exceeded",
  retry_after = 60,
  call = sys.call(-1)
)

Value

An error object of class virustotal_rate_limit_error

Arguments

message

Error message

retry_after

Number of seconds to wait before retry

call

The calling function (automatically detected)

See Also

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