Skip to content

Overview

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"
}

Table of Contents

Clone this wiki locally