virustotal_validation_error: Create a validation error

View source: R/errors.R

virustotal_validation_errorR Documentation

Create a validation error

Description

Create a validation error

Usage

virustotal_validation_error(
  message,
  parameter = NULL,
  value = NULL,
  call = sys.call(-1)
)

Arguments

message

Error message

parameter

The parameter that failed validation

value

The invalid value

call

The calling function (automatically detected)

Value

An error object of class virustotal_validation_error

See Also

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


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