aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-ce.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-ce.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-ce.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto
index 4440851e45a..36bc39fbaea 100644
--- a/sonar-ws/src/main/protobuf/ws-ce.proto
+++ b/sonar-ws/src/main/protobuf/ws-ce.proto
@@ -77,6 +77,10 @@ message Task {
optional bool isLastExecuted = 13;
optional int64 executionTimeMs = 14;
optional bool logs = 15;
+ optional string errorMessage = 16;
+ optional string errorStacktrace = 17;
+ optional string scannerContext = 18;
+ optional bool hasScannerContext = 19;
}
enum TaskStatus {