forked from TrueCloudLab/frostfs-api
[#150] status: Define enumeration of the codes for common failures
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
fd0366bbf5
commit
c907451350
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ message Status {
|
|||
enum Success {
|
||||
OK = 0;
|
||||
}
|
||||
|
||||
enum CommonFail {
|
||||
INTERNAL = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue