From e3a26314f467987caf971ab7483336fa5c8ee4dd Mon Sep 17 00:00:00 2001 From: Faustin Dewas <117363666+fdewas-aneo@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:49:25 +0200 Subject: [PATCH] Update Protos/V1/result_status.proto Co-authored-by: lemaitre-aneo <91961298+lemaitre-aneo@users.noreply.github.com> --- Protos/V1/result_status.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protos/V1/result_status.proto b/Protos/V1/result_status.proto index 210319285..798a58d77 100644 --- a/Protos/V1/result_status.proto +++ b/Protos/V1/result_status.proto @@ -9,7 +9,7 @@ enum ResultStatus { RESULT_STATUS_CREATED = 1; /** Result is created and task is created, submitted or dispatched. */ RESULT_STATUS_COMPLETED = 2; /** Result is completed with a completed task. */ RESULT_STATUS_ABORTED = 3; /** Result is aborted. */ - RESULT_STATUS_DELETED = 4; + RESULT_STATUS_DELETED = 4; /** Result is completed, but data has been deleted from object storage. */ /** NOTFOUND is encoded as 127 to make it small while still leaving enough room for future status extensions *