40:
41: #define E_SYS ERCD(-5, 0) /* System error */
42: #define E_NOCOP ERCD(-6, 0) /* Coprocessor disable */
43: #define E_NOSPT ERCD(-9, 0) /* Unsupported function */
44: #define E_RSFN ERCD(-10, 0) /* Reserved function code number */
45: #define E_RSATR ERCD(-11, 0) /* Reserved attribute */
46: #define E_PAR ERCD(-17, 0) /* Parameter error */
47: #define E_ID ERCD(-18, 0) /* Incorrect ID number */
48: #define E_CTX ERCD(-25, 0) /* Context error */
49: #define E_MACV ERCD(-26, 0) /* Inaccessible memory/access violation */
50: #define E_OACV ERCD(-27, 0) /* Object access violation */
51: #define E_ILUSE ERCD(-28, 0) /* Incorrect system call use */
52: #define E_NOMEM ERCD(-33, 0) /* Insufficient memory */
53: #define E_LIMIT ERCD(-34, 0) /* Exceed system limits */
54: #define E_OBJ ERCD(-41, 0) /* Incorrect object state */
55: #define E_NOEXS ERCD(-42, 0) /* Object does not exist */
56: #define E_QOVR ERCD(-43, 0) /* Queuing overflow */
57: #define E_RLWAI ERCD(-49, 0) /* Forcibly release wait state */
58: #define E_TMOUT ERCD(-50, 0) /* Polling fail/time out */
59: #define E_DLT ERCD(-51, 0) /* Waited object was deleted */
60: #define E_DISWAI ERCD(-52, 0) /* Release wait caused by wait disable */
61:
62: #define E_IO ERCD(-57, 0) /* Output/input error */
63: #define E_NOMDA ERCD(-58, 0) /* No media */
64: #define E_BUSY ERCD(-65, 0) /* Busy state */
65: #define E_ABORT ERCD(-66, 0) /* Aborted */
66: #define E_RONLY ERCD(-67, 0) /* Write protected */
67: