ArangoError throws when converted to JSON #632
Labels
Feature Request
Request for new functionality to be added to the driver.
fixed
Issue has been resolved but remains open due to a pending release.
semver-minor
This issue does not require any backwards-incompatible changes to address.
Milestone
If we try to
JSON.stringify()
theArangoJsError
it throws cyclic error.This is either due to
http-request
orhttp-response
objects included in the error thrown. One of them have self reference. Many of the logger frameworks usesJSON.stringify()
method.The text was updated successfully, but these errors were encountered: