Skip to content

Commit

Permalink
[nspcc-dev#150] status: Define enumeration of the codes for common fa…
Browse files Browse the repository at this point in the history
…ilures

Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
Leonard Lyubich committed Oct 4, 2021
1 parent c31dea0 commit 1511664
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 @@ -22,3 +22,7 @@ message Status {
enum Success {
OK = 0;
}

enum CommonFail {
INTERNAL = 0;
}

0 comments on commit 1511664

Please sign in to comment.