Resources relative to http://host:8080/matchITHub/engines/<engine>
REST resource |
Summary |
POST errors |
Retrieve all error messages as an array |
POST /matchITHub/engines/<engine>/errors
Request
Type |
Name |
Description |
PathParam |
engine |
The id of the engine to query |
Response
Name |
Value |
Description |
errorMsgs |
<error messages> |
List of error message in an array |
Description
Retrieve all error messages as an array. Most methods return the errors immediately, but if you post an input filename or an updates filename an error may occur while the data is being loaded. If that happens the engine state will change to aborted and you can use this method to find out what went wrong.
Usage Example
Using cURL:
curl -X POST http://localhost:8080/matchITHub/engines/1/errors
{"status":"OK","errorMsgs":[]}