For a particular parameter, create an error message specifying that
the parameter does not exist (e.g. Na
, which is not the same
as NA
).
getExistsErrorMessage(
paramName,
value = NULL,
algoName = NULL,
functionName = ""
)
Name of parameter, e.g. lambda
The name of the object that does not exist.
Name of algorithm, e.g. AFF change detector
The name of the original function which is being called to check the parameters. Will help user with debugging.