Closed jnehring closed 8 years ago
When I try to use a filter that does not exist, e.g. through this API call
POST http://api-dev.freme-project.eu/current/e-terminology/tilde?input=Show me the source of the light.&informat=text&source-lang=en&target-lang=de&filter=terms
I get this error message
{ "timestamp": 1454333157311, "status": 500, "error": "Internal Server Error", "exception": "eu.freme.broker.exception.FREMEHttpException", "message": "Postprocessing filter failed with status code: 500 (Internal Server Error)", "path": "/e-terminology/tilde" }
Please change it to http status code 404 and error message Cannot find filter "terms"
Cannot find filter "terms"
implemented.
When I try to use a filter that does not exist, e.g. through this API call
POST http://api-dev.freme-project.eu/current/e-terminology/tilde?input=Show me the source of the light.&informat=text&source-lang=en&target-lang=de&filter=terms
I get this error message
Please change it to http status code 404 and error message
Cannot find filter "terms"