Validates arguments that are frequently used in geckor
functions
validate_arguments(
arg_max_attempts = NULL,
arg_coin_ids = NULL,
arg_vs_currencies = NULL,
arg_exchange_id = NULL,
arg_include_market_cap = NULL,
arg_include_24h_vol = NULL,
arg_include_24h_change = NULL,
arg_date = NULL
)
This internal function is to be used for its side effects. If any of the checks is not passed, the respective error is returned. If all checks are passed successfully, nothing is returned.