Skip to content
Kristian Karl edited this page Sep 28, 2019 · 1 revision

Fail

The Rest call fail terminates the path generation of the test session.

PUT Request

http://service-host:8887/graphwalker/fail/String%20to%20explain%20the%20failure

Response

{
  "result":"nok"
}

Example

From a Linux terminal, using curl:

curl -X PUT http://localhost:8887/graphwalker/fail/String%20to%20explain%20the%20failure
{"result":"nok","error":"java.lang.Throwable: String to explain the failure"}
Clone this wiki locally