fluree / db

Fluree database library
https://fluree.github.io/db/
Other
330 stars 21 forks source link

Add extra error message context for fn executions #791

Closed bplatz closed 4 weeks ago

bplatz commented 1 month ago

This adds metadata to compile functions (e.g. filter functions) that can be used for enhanced exception reporting to users when errors occur executing the functions.

Some special handling put in for null pointer exceptions, which are common in math functions.