Browse Source

Incarnation fix
2d84c10e22997fd1994648396e108472f378d38f

mpereskokova 6 months ago
parent
commit
2240ca31a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      yt/yt/client/query_tracker_client/public.h

+ 1 - 0
yt/yt/client/query_tracker_client/public.h

@@ -13,6 +13,7 @@ YT_DEFINE_ERROR_ENUM(
     ((QueryNotFound)        (3901))
     ((QueryNotFound)        (3901))
     ((QueryResultNotFound)  (3902))
     ((QueryResultNotFound)  (3902))
     ((TooManyAcos)          (3903))
     ((TooManyAcos)          (3903))
+    ((StateMismatch)        (3904))
 );
 );
 
 
 ////////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////