Whenever the `vroom` system call can't be performed (e.g. if the executable is not found in `PATH`), we get a `400 Bad Request` and the response is ```json {"code":2,"error":"Invalid json."} ``` It should be `500` with a more explicit message.
Whenever the
vroomsystem call can't be performed (e.g. if the executable is not found inPATH), we get a400 Bad Requestand the response is{"code":2,"error":"Invalid json."}It should be
500with a more explicit message.