|
@@ -37,7 +37,7 @@
|
|
|
#define CardIssuer_UserErrorCode_NoCardRemains_Hopper6 (CardIssuer_UserErrorCode_Start + 30) //卡箱6剩余卡片计数为0(空)
|
|
|
#define CardIssuer_UserErrorCode_LogInfoAboutTerm (CardIssuer_UserErrorCode_Start + 31) //告警上送终端模块信息
|
|
|
#define CardIssuer_UserErrorCode_KebaDeviceInfo (CardIssuer_UserErrorCode_Start + 32) //告警上送科堡机型信息
|
|
|
-//#define CardIssuer_UserErrorCode_RootInfo (CardIssuer_UserErrorCode_Start + 33) //root中版本批次号
|
|
|
+#define CardIssuer_UserErrorCode_RootInfo (CardIssuer_UserErrorCode_Start + 33) //root中版本批次号
|
|
|
#define CardIssuer_UserErrorCode_Adapter_Version (CardIssuer_UserErrorCode_Start + 34)//告警适配器版本号(长城卡库是将驱动版本号告警上来)
|
|
|
#define CardIssuer_UserErrorCode_DevOpenTime (CardIssuer_UserErrorCode_Start + 35) //统计DevOpen时长
|
|
|
|
|
@@ -53,6 +53,7 @@
|
|
|
#define CardIssuer_UserErrorCode_PrintCardFaceRightNow (CardIssuer_UserErrorCode_Start + 44) //卡面打印
|
|
|
#define CardIssuer_UserErrorCode_InsertCardSucceed (CardIssuer_UserErrorCode_Start + 45) //前端插卡
|
|
|
|
|
|
+#define CardIssuer_UserErrorCode_StandEntityInFailState (CardIssuer_UserErrorCode_Start + 46) //卡机处于故障态,请稍后重试,重试还有问题请联系厂商维护
|
|
|
|
|
|
#define CardIssuer_UserErrorCode_CardStore_SlotNum (CardIssuer_UserErrorCode_Start + 49) //记录卡库容量
|
|
|
#define CardIssuer_UserErrorCode_Invoke_Access_IniDev_Failed (CardIssuer_UserErrorCode_Start + 50) //建立加密通道时,调用准入接口失败
|
|
@@ -91,7 +92,7 @@
|
|
|
#define CardIssuer_UserErrorCode_AddCardToStoreStepFirst (CardIssuer_UserErrorCode_Start + 74) //加卡第一步,从卡箱移到读卡器
|
|
|
#define CardIssuer_UserErrorCode_AddCardToStoreStepLast (CardIssuer_UserErrorCode_Start + 75) //加卡第二步,从读卡器移到卡槽
|
|
|
#define CardIssuer_UserErrorCode_ReadAccount_Data_Error (CardIssuer_UserErrorCode_Start + 76) //加卡过程,卡片数据有误
|
|
|
-//#define CardIssuer_UserErrorCode_FindFirstEmptySlot_Failed (CardIssuer_UserErrorCode_Start + 77) //加卡过程,未找到空卡槽
|
|
|
+#define CardIssuer_UserErrorCode_AddCardToStoreStepFirst_Failed (CardIssuer_UserErrorCode_Start + 77) //加卡过程,移卡到卡槽失败
|
|
|
#define CardIssuer_UserErrorCode_NotifyPreonline_Wait_TooLong (CardIssuer_UserErrorCode_Start + 78) //NotifyPreonline收到时已经超过等待时间
|
|
|
|
|
|
//临时 后续去除
|
|
@@ -183,7 +184,7 @@
|
|
|
#define CardIssuer_UserErrorCode_HopperCardMixed (CardIssuer_UserErrorCode_Start + 164) //卡箱中的卡片放置不对
|
|
|
#define CardIssuer_UserErrorCode_CardActive_CardStore_OffLine (CardIssuer_UserErrorCode_Start + 165) //跨机时卡库不在线
|
|
|
#define CardIssuer_UserErrorCode_ReadByRF (CardIssuer_UserErrorCode_Start + 166) //非接读取成功
|
|
|
-#define CardIssuer_UserErrorCode_CardActive_CardStore_Issuing (CardIssuer_UserErrorCode_Start + 167) //跨机时卡库正在本地领卡
|
|
|
+#define CardIssuer_UserErrorCode_CardActive_CardStore_Issuing (CardIssuer_UserErrorCode_Start + 167) //跨机时卡库正在本地领卡或加卡
|
|
|
#define CardIssuer_UserErrorCode_CardActive_CardStore_CallByOther (CardIssuer_UserErrorCode_Start + 168) //跨机时卡库正在其他VTM调用
|
|
|
#define CardIssuer_UserErrorCode_ReadAccount_Cost_Time (CardIssuer_UserErrorCode_Start + 169) //ReadAccount耗时
|
|
|
#define CardIssuer_UserErrorCode_CardActive_CardIssuer_InFaultState (CardIssuer_UserErrorCode_Start + 170) //卡库收到跨机请求时卡机未成功打开
|
|
@@ -202,4 +203,9 @@
|
|
|
#define CardIssuer_UserErrorCode_Dev_CardJammed (CardIssuer_UserErrorCode_Start + 189)//塞卡
|
|
|
#define CardIssuer_UserErrorCode_Dev_SlotJammed (CardIssuer_UserErrorCode_Start + 190)//卡槽堵塞
|
|
|
#define CardIssuer_UserErrorCode_Dev_SlotInvalid (CardIssuer_UserErrorCode_Start + 191)//卡槽地址非法(越界等)
|
|
|
-#endif //_CARDISSUER_USER_ERRORCODE_H
|
|
|
+
|
|
|
+//盘库异常明细报错
|
|
|
+#define CardIssuer_UserErrorCode_KakuPanKu_MoveCardFromSlot_Failed (CardIssuer_UserErrorCode_Start + 200) //卡库盘库失败,卡槽移卡失败
|
|
|
+#define CardIssuer_UserErrorCode_KakuPanKu_ReadAccount_Failed (CardIssuer_UserErrorCode_Start + 201) //卡库盘库失败,读卡失败吞卡
|
|
|
+#define CardIssuer_UserErrorCode_KakuPanKu_MoveCardToSlot_Failed (CardIssuer_UserErrorCode_Start + 202) //卡库盘库失败,卡移回卡槽失败
|
|
|
+#endif //_CARDISSUERSTAND_USER_ERRORCODE_H
|