test> throw { code: db, errmsg: db }
Uncaught:
MongoshInternalError: [COMMON-90001] Converting circular structure to JSON
--> starting at object with constructor 'Topology'
| property 's' -> object with constructor 'Object'
| property 'sessionPool' -> object with constructor 'ServerSessionPool'
--- property 'topology' closes the circle
This is an error inside mongosh. Please file a bug report for the MONGOSH project here: https:Please include the log file for this session (/home/addaleax/.mongodb/mongosh/61236e90660d591e602147fe_log).
test> ({ message: db, stack: db, code: db, errmsg: db })
Uncaught:
MongoshInternalError: [COMMON-90001] Converting circular structure to JSON
--> starting at object with constructor 'Topology'
| property 's' -> object with constructor 'Object'
| property 'sessionPool' -> object with constructor 'ServerSessionPool'
--- property 'topology' closes the circle
This is an error inside mongosh. Please file a bug report for the MONGOSH project here: https:Please include the log file for this session (/home/addaleax/.mongodb/mongosh/61236e90660d591e602147fe_log).