MLServer
MLServer copied to clipboard
Improve handing of MLflow errors with custom protocol
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.