arcalot / arcaflow-expressions

Expressions language for Arcaflow
Apache License 2.0
0 stars 0 forks source link

Bad error message when a property is not found #8

Open janosdebugs opened 1 year ago

janosdebugs commented 1 year ago

Describe the bug

When a property is not found on an object during schema evaluation, the error message is rather unhelpful:

object greet does not have a property named outputs

Instead, the error message should list the possible properties that the user could have meant.