Editing Error Codes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6,008: | Line 6,008: | ||
!colspan="3" | DECI3 Systemcalls errors (libdeci3) | !colspan="3" | DECI3 Systemcalls errors (libdeci3) | ||
|- | |- | ||
| SYS_DECI3_EINVAL | | SYS_DECI3_EINVAL || 0x80510201 || Invalid parameter | ||
|- | |- | ||
| SYS_DECI3_EBADF | | SYS_DECI3_EBADF || 0x80510202 || Invalid session ID | ||
|- | |- | ||
| SYS_DECI3_EALREADYUSE | | SYS_DECI3_EALREADYUSE || 0x80510203 || Session is already opened | ||
|- | |- | ||
| SYS_DECI3_EMFILE | | SYS_DECI3_EMFILE || 0x80510204 || Number of sessions that can be open simultaneously was exceeded | ||
|- | |- | ||
| SYS_DECI3_EPKTSIZE | | SYS_DECI3_EPKTSIZE || 0x80510205 || Send data is too large | ||
|- | |- | ||
| SYS_DECI3_ENOHOSTIF | | SYS_DECI3_ENOHOSTIF || 0x80510206 || Not connected with host | ||
|- | |- | ||
| SYS_DECI3_ENOSPACE | | SYS_DECI3_ENOSPACE || 0x80510207 || Send buffer is full | ||
|- | |- | ||
| SYS_DECI3_EPERM | | SYS_DECI3_EPERM || 0x80510208 || Not in a state in which the function can be executed | ||
|- | |- | ||
| SYS_DECI3_ENOMEM | | SYS_DECI3_ENOMEM || 0x80510209 || Not enough memory | ||
|- | |- | ||
| SYS_DECI3_EBUSY | | SYS_DECI3_EBUSY || 0x8051020a || Timeout occurred | ||
|- | |- | ||
| SYS_DECI3_ENXIO | | SYS_DECI3_ENXIO || 0x8051020b || Communication device does not exist | ||
|- | |- | ||
| SYS_DECI3_EFAULT | | SYS_DECI3_EFAULT || 0x8051020c || Internal error occurred | ||
|- | |- | ||
!colspan="3" | Dtlib errors | !colspan="3" | Dtlib errors |