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