You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renaud Subiger edited this page Mar 17, 2022
·
1 revision
Error Response
The WebTester currently uses the default error handling mechanism provided by Spring Boot. As a result, every error returned by the application should look like:
{
"timestamp": "2022-03-17T09:18:26.129+00:00",
"status": 500,
"error": "Internal Server Error",
"message": "Cannot write to '/opt/webtester/test-executions/1f668748-a963-4358-b63b-75fda6150f23/report' as folder is not empty",
"path": "/webtester/rest/jmeter/test-executions/1f668748-a963-4358-b63b-75fda6150f23/generate-report"
}