Skip to content

Commit

Permalink
[#150] status: Define enum of sequence numbers of the failure sections
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
Leonard Lyubich authored and cthulhu-rider committed Nov 16, 2021
1 parent c907451 commit f55f83f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions status/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ enum Success {
enum CommonFail {
INTERNAL = 0;
}

enum Section {
SECTION_SUCCESS = 0;

SECTION_FAILURE_COMMON = 1;
}

0 comments on commit f55f83f

Please sign in to comment.