Is there a way to supply error/information message from a plugin? If you supply the wrong datatype as an argument, the plugin
will display a terse message and terminate the AFL script. I wonder if there is a way to override
this behavior to supply your own information like validation messages. One of the goals is to avoid using AFL
to do the validation as this subject to being edited and thus, can create
support issues.