[#120] object: Define NOT_PRESENT value in MatchType enum

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-02-02 11:49:27 +03:00 committed by Stanislav Bogatyrev
parent ad4a9142ab
commit 90160db0ac

View file

@ -38,6 +38,9 @@ enum MatchType {
// Full string mismatch
STRING_NOT_EQUAL = 2;
// Lack of key
NOT_PRESENT = 3;
}
// Short header fields