forked from TrueCloudLab/frostfs-api
[#150] status: Define enum of sequence numbers of the failure sections
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
c907451350
commit
f55f83fb24
1 changed files with 6 additions and 0 deletions
|
@ -26,3 +26,9 @@ enum Success {
|
||||||
enum CommonFail {
|
enum CommonFail {
|
||||||
INTERNAL = 0;
|
INTERNAL = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
enum Section {
|
||||||
|
SECTION_SUCCESS = 0;
|
||||||
|
|
||||||
|
SECTION_FAILURE_COMMON = 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue