-
Notifications
You must be signed in to change notification settings - Fork 0
error codes
Wolfgang Keller edited this page Feb 12, 2025
·
5 revisions
Valid for package version 1.0.0 where not otherwise noted.
This is a list of integer error codes which may emerge in replies of the JennyNet network layer.
| Code | Occurrence | Meaning |
|---|---|---|
| 0 | ||
| 1 | Connection Closing | local server shutdown (server-connection) |
| 2 | Connection Closing | remote connection closed (signal received) |
| 3 | Connection Closing | remote server shutdown |
| 4 | Connection Closing | irregular EOF or socket error |
| 5 | Connection Closing | internal error (core-receive, core-send, input-proc) |
| 6 | Connection Closing | network breakdown or remote protocol error |
| 7 | Connection Closing | - missing - |
| 8 | Connection Closing | connection closing timeout ('wait for' methods) |
| 9 | Connection Closing | ALIVE signal failure (signal timeout) |
| 10 | Connection Closing | local hard closure |
| 11 | Connection Closing | serialisation failure |
| 101 | File Transmission Sender | Remote file assignment error (not prepared for file reception, space allocation or file-system error) |
| 102 | File Transmission Receiver | The destination of a transmitted file could not be realised. Associated exception present if IO-error occurred. The transmission root-directory may be undefined, a reserved file addressed, a path error or low free space occurred. |
| 103 | File Transmission Sender | Timeout on waiting for transmission CONFIRM from remote |
| 104 | File Transmission Receiver | Received FAIL signal for timeout on file-sending from remote. |
| 105 | File Transmission Sender | File transmission has been broken by local user. |
| 106 | File Transmission Receiver | File transmission has been broken by remote user. |
| 107 | File Transmission Sender | File transmission has been broken by remote user. |
| 108 | File Transmission Receiver | File transmission has been broken by local user. |
| 109 | File Transmission Sender | Remote processing error (file-reception) |
| 110 | File Transmission Receiver | Local processing error (file-reception); exception present. |
| 111 | File Transmission Sender | Local processing error (file-sending); exception present. |
| 112 | File Transmission Receiver | Remote processing error (file-sending) |
| 113 | File Transmission Sender | File transmission broken due to local closing of connection |
| 114 | File Transmission Receiver | File transmission broken due to local closing of connection. |
| 115 | File Transmission Receiver | File transmission broken due to remote closing of connection |
| 116 | File Transmission Sender | File transmission broken due to remote closing of connection. |
| 118 | File Transmission Receiver | Data integrity error occurred in final CRC control of target. |
| 201 | Object Transmission Sender | Object sending has been broken by local user. |
| 203 | Object Transmission Sender | Object sending is broken by local error conditions. |
| 205 | Object Transmission Sender | Object sending is broken by a hard-closure. |
| 207 | Object Transmission Sender | Object de-serialisation failed at receiver (various causes). |
| 209 | Object Transmission Sender | Remote has no object reception. |