MLServer icon indicating copy to clipboard operation
MLServer copied to clipboard

Improve handing of MLflow errors with custom protocol

Open adriangonz opened this issue 4 years ago • 0 comments
trafficstars

Currently, some MlflowException errors are getting raised uncaught until the REST layer returns a generic stacktrace back. We should handle these situations better, to ensure that these get re-raised wrapped under a MLServerError instance, which will then get caught and processed correctly by the app layer.

adriangonz avatar Oct 21 '21 16:10 adriangonz