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 d9f1225
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 d9f1225

Please sign in to comment.