Replies: 1 comment 4 replies
-
@dkekesi currently the only way to validate is by calling On the topic of the helpful message, most errors encountered when compiling the expression should be helpful (e.g. pointing out missing characters, parameters, etc.). There are some occasions when the actual evaluation can provide something less helpful as there are parts that currently just pass up the .NET exception details. If you do encounter some of these please do feel free to raise them and we can see if we can improve on the handling of those parts. I would like to get to a point where there could be a method of validating without having to rely on Exception handling so I will probably proceed to raising an issue to cover this. |
Beta Was this translation helpful? Give feedback.
-
What is the proper way to syntactically validate an expression without executing it? Or just execute it and catch exceptions?
Is there an error message returned from the validation method that aids in fixing errors (if any) or do I have to construct my own message?
Beta Was this translation helpful? Give feedback.
All reactions