forked from TrueCloudLab/frostfs-api
[#120] object: Define NOT_PRESENT value in MatchType enum
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
ad4a9142ab
commit
90160db0ac
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ enum MatchType {
|
||||||
|
|
||||||
// Full string mismatch
|
// Full string mismatch
|
||||||
STRING_NOT_EQUAL = 2;
|
STRING_NOT_EQUAL = 2;
|
||||||
|
|
||||||
|
// Lack of key
|
||||||
|
NOT_PRESENT = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Short header fields
|
// Short header fields
|
||||||
|
|
Loading…
Reference in a new issue