ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 4 forks source link

Error Message Handler #84

Open ChromaticPanic opened 4 months ago

ChromaticPanic commented 4 months ago

Related #50

We need an error message handling class / module

Currently Messages are printed to console and /or returned to the frontend

The class can keep the status quo and just print to console. The benefit of implementing this now, is that when we decide to pass the message to a local logger or a remote logger later, we would only have to modify this class instead of all the other modules