roipoussiere / cadquery-server

A web server used to render 3d models from CadQuery code loaded dynamically.
MIT License
54 stars 17 forks source link

Better exception handling: propagate and parse all exceptions #81

Open raphael-isvelin opened 1 year ago

raphael-isvelin commented 1 year ago

Propagate and parse all exceptions to be able to visualise them in the frontend.

Before: Screenshot 2023-07-12 at 22 27 50

After: Screenshot 2023-07-12 at 22 28 18

🙇