LiquidAI-project / wasmiot-supervisor

Device supervisor to manage deployment of WebAssembly modules. Works together with wasmiot-orchestrator.
MIT License
0 stars 1 forks source link

Replace `endpoint_failed` calls with exceptions and handlers on routes #13

Open trkks opened 1 year ago

trkks commented 1 year ago

The calls like here are to exit the route and return a fitting reason for the requester.

A better approach is to raise exceptions which:

See this Flask article for more information.