Closed jnehring closed 9 years ago
When you try to use e-link with a non existing template then the error message is
{ "timestamp": 1441892250899, "message": "It seems your SPARQL template is not correctly defined.", "error": "Bad Request", "status": 400, "exception": "eu.freme.eservices.elink.exceptions.BadRequestException", "path": "/e-link/documents/" }
It should be A template with ID xy does not exist. where xy is the id of the non-existing template.
A template with ID xy does not exist.
xy
difficult to check this when you perform changes on e-Link and storing the templates in MySQL.
We work on this when #42 is done, I think @ArneBinder can implement this.
great, thanks!
When you try to use e-link with a non existing template then the error message is
It should be
A template with ID xy does not exist.
wherexy
is the id of the non-existing template.