Adaptive Framework 0.9.0

safe_evaluate

The following is a list of properties for the function safe_evaluate:

PropertyValue
briefSafe evaluate
categorycompiler
descriptionReturn the evaluated adaptive value. If an exception occurs, return evaluated error instead.
functionIdsafe_evaluate
functionLabelsafe_evaluate
parameters[ { "description": "Value to evaluated", "name": "value" }, { "description": "Value to evaluate and return if exception occurs. If an error occurs evaluating this value, the exception will continue.", "name": "error" } ]
returns{ "description": "Evaluated adaptive value or error value." }