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 Oct 4, 2021
1 parent 1511664 commit 29c2009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions status/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ enum Success {
enum CommonFail {
INTERNAL = 0;
}

enum FailSection {
FAIL_SECTION_COMMON = 0;

FAIL_SECTION_OBJECT_COMMON = 1;

FAIL_SECTION_OBJECT_PUT = 2;
}

0 comments on commit 29c2009

Please sign in to comment.