File indexing completed on 2026-04-10 08:39:06
0001
0002
0003
0004 EC_Kill = 100
0005
0006
0007 EC_Transfer = 101
0008
0009
0010 EC_Expire = 102
0011
0012
0013 EC_Aborted = 103
0014
0015
0016 EC_Reassigned = 105
0017
0018
0019 EC_Retried = 106
0020
0021
0022 EC_PilotRetried = 107
0023
0024
0025 EC_EventServiceRetried = 111
0026
0027
0028 EC_EventServiceMerge = 112
0029
0030
0031 EC_MergeFailed = 113
0032
0033
0034 EC_EventServiceMaxAttempt = 114
0035
0036
0037 EC_EventServiceWaitOthers = 115
0038
0039
0040 EC_EventServiceUnused = 116
0041
0042
0043 EC_EventServiceUnprocessed = 117
0044
0045
0046 EC_EventServiceLastUnprocessed = 118
0047
0048
0049 EC_EventServiceAllFailed = 119
0050
0051
0052 EC_EventServiceKillOK = 120
0053
0054
0055 EC_EventServiceKillNG = 121
0056
0057
0058 EC_EventServicePreemption = 122
0059
0060
0061 EC_EventServiceNoEvent = 123
0062
0063
0064 EC_EventServiceInconsistentIn = 124
0065
0066
0067 EC_EventServiceNoEsQueues = 125
0068
0069
0070 EC_EventServiceBadStatus = 126
0071
0072
0073 EC_FastRebrokerage = 130
0074
0075
0076 EC_JobCloningUnlock = 200
0077
0078
0079 EC_WorkerDone = 300
0080
0081
0082
0083
0084 EC_Forbidden = 403
0085
0086
0087 EC_NotFound = 404