From f7417645a148d2adacc1764f3fdb63a0c1d935a0 Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Wed, 17 Aug 2016 10:35:31 +0200 Subject: SONAR-7991 add error msg and hasStacktrace to /api/ce web services --- sonar-ws/src/main/protobuf/ws-ce.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-ws') diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto index 4440851e45a..48be8be42a0 100644 --- a/sonar-ws/src/main/protobuf/ws-ce.proto +++ b/sonar-ws/src/main/protobuf/ws-ce.proto @@ -77,6 +77,8 @@ message Task { optional bool isLastExecuted = 13; optional int64 executionTimeMs = 14; optional bool logs = 15; + optional string errorMessage = 16; + optional bool hasErrorStacktrace = 17; } enum TaskStatus { -- cgit v1.2.3