Skip to content

Commit

Permalink
Update Protos/V1/result_status.proto
Browse files Browse the repository at this point in the history
Co-authored-by: lemaitre-aneo <[email protected]>
  • Loading branch information
fdewas-aneo and lemaitre-aneo authored Apr 18, 2024
1 parent 02cb1fa commit e3a2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protos/V1/result_status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit e3a2631

Please sign in to comment.