Hey
I'm probably just overlooking something, but:
It seems that AqlErrors (at least "Not a valid simple reference" ones) thrown by AQB does not act as a normal error (No stacktrace, not catched by
This is a screenshot of my tests regarding a dynamic query, written with AQB:
The last test only has the statcktrace for the assertion-error ( expect(fn).to.throw(error) ), but here, the message of the AqlError is grabbed...
Nothing is written in the log (at least with log-level "info") - how should i go about debugging/handling these errors?
Thanks :)