aboutsummaryrefslogtreecommitdiff
path: root/fcp/client/fl_runner.proto
diff options
context:
space:
mode:
Diffstat (limited to 'fcp/client/fl_runner.proto')
-rw-r--r--fcp/client/fl_runner.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/fcp/client/fl_runner.proto b/fcp/client/fl_runner.proto
index 849630f..55d22f5 100644
--- a/fcp/client/fl_runner.proto
+++ b/fcp/client/fl_runner.proto
@@ -45,6 +45,10 @@ message FLRunnerResult {
}
ContributionResult contribution_result = 5;
+
+ // Debug message will be present if ContributionResult is FAIL.
+ string error_message = 6;
+
reserved 2, 3;
}