summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/yt/client/scheduler/public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h
index 88b99d91b27..cfa4b7c0c8b 100644
--- a/yt/yt/client/scheduler/public.h
+++ b/yt/yt/client/scheduler/public.h
@@ -134,6 +134,7 @@ DEFINE_ENUM(EAbortReason,
((WrongSchedulingSegmentModule) ( 52))
((UnresolvedNodeId) ( 53))
((RootVolumePreparationFailed) ( 54))
+ ((InterruptionFailed) ( 55))
((SchedulingFirst) (100))
((SchedulingTimeout) (101))
((SchedulingResourceOvercommit) (102))