virustotal_rate_limit_error: Create a rate limit error

View source: R/errors.R

virustotal_rate_limit_errorR Documentation

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)
)

Arguments

message

Error message

retry_after

Number of seconds to wait before retry

call

The calling function (automatically detected)

Value

An error object of class virustotal_rate_limit_error

See Also

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


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