Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 08:39:02

0001 # error code
0002 
0003 # Watcher
0004 EC_Watcher = 100
0005 
0006 # recovery failed
0007 EC_Recovery = 101
0008 
0009 # timeout in sent
0010 EC_SendError = 102
0011 
0012 # timeout in holding
0013 EC_Holding = 103
0014 
0015 # timeout in transferring
0016 EC_Transferring = 104
0017 
0018 # timeout for other status
0019 EC_Timeout = 105