[Task]: Improve callMethod()
and callFunction()
to validate arguments
#43785
Labels
callMethod()
and callFunction()
to validate arguments
#43785
Description
Add validation within the
callMethod()
andcallFunction()
methods with the Runtime API to validate the arguments that are passed in.Ex:
The above function, when called, should have at least one argument passed to it. Additionally, the argument should also be of the appropriate data type (a string in this case).
Describe your task(s)
No response
Related area
-> Runtime
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: