Skip to content

Commit

Permalink
[#150] status: Define enumeration of the codes for common failures
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 fd0366b commit c907451
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 c907451

Please sign in to comment.