Skip to content

Commit

Permalink
[nspcc-dev#150] status: Define enum of sequence numbers of the failur…
Browse files Browse the repository at this point in the history
…e sections

Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
Leonard Lyubich committed Nov 6, 2021
1 parent 1511664 commit 4e9864b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions status/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ enum Success {
enum CommonFail {
INTERNAL = 0;
}

enum FailSection {
FAIL_SECTION_COMMON = 0;
}

0 comments on commit 4e9864b

Please sign in to comment.