<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to error codes</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>Recent changes to error codes</description><atom:link href="https://sourceforge.net/p/jennynet/wiki/error%20codes/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 17 Feb 2018 18:23:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jennynet/wiki/error%20codes/feed" rel="self" type="application/rss+xml"/><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -6,6 +6,12 @@
 Code | Occurrence | Impact | Meaning
 ----- | ------- | ------  | ------------------
 0      |      | | no error occurred 
+1 | Connection Disconnected | serious | internal socket error during sending
+2 | Connection Disconnected | harmless | serialisation error, probably object size overflow
+3 | Connection Disconnected | serious |  internal socket error during receiving
+4 | Connection Disconnected | harmless | de-serialisation error, probably object size overflow
+5 | Connection Disconnected | harmless | timeout on ALIVE signals from remote
+99 | Connection Disconnected | harmless | Connection lost algorithmic reference and has been closed via "finalize()".
 101 | File Transmission Sender | harmless | Transmission failed due to receiver inability to realise the storage destination. This may occur if the receiver's file-root-path has not been set or if there is a problem with storage accessibility or capacity.
 102 | File Transmission Receiver | harmless | Transmission failed due to local inability to realise the storage destination. This may occur if the local file-root-path has not been set or if there is a problem with storage accessibility or capacity.
 103 | File Transmission Sender | serious | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is possibly serious as it might consist in a hanging IO operation at the receiver or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value [CONFIRM_TIMEOUT](Parameter Settings).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Sat, 17 Feb 2018 18:23:28 -0000</pubDate><guid>https://sourceforge.net4d5ea8e524706c99a4fe97deeb3fd74bd93b4096</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -18,5 +18,7 @@
 110 | File Transmission Receiver | serious |  Transmission failed due to a parcel sequence, data integrity or IO-error occurring on the reception side. This may include local storage out-of-space errors.
 111 | File Transmission Sender | serious |  Transmission failed due to a local IO-error occurring while reading the data source.
 112 | File Transmission Receiver | harmless |  Transmission failed as the opposite station (sender) reports a low-level IO-related transmission error (code 111).
+113 | File Transmission Sender | harmless |  Transmission failed because the connection closed while transmission was ongoing.
+114 | File Transmission Receiver | harmless |  Transmission failed because the connection closed while transmission was ongoing.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Sat, 17 Feb 2018 08:10:30 -0000</pubDate><guid>https://sourceforge.netfd358d16eff9abce47417c6c83d30496108e0458</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,5 +1,6 @@
 ## User Error Codes

+Valid for package version **0.2.0**.
 This is a list of integer error codes which may emerge in replies of the JennyNet network layer.

 Code | Occurrence | Impact | Meaning
@@ -13,4 +14,9 @@
 106 | File Transmission Receiver | harmless | Transmission failed because the user of the opposite station (sender) issued a transmission BREAK (interface method).
 107 | File Transmission Sender | harmless | Transmission failed because the user of the opposite station  (receiver) issued a transmission BREAK (interface method).
 108 | File Transmission Receiver | harmless | Transmission failed because the local user (receiver) issued a transmission BREAK (interface method).
+109 | File Transmission Sender | harmless |  Transmission failed as the opposite station (receiver) reports a low-level transmission error (code 110).
+110 | File Transmission Receiver | serious |  Transmission failed due to a parcel sequence, data integrity or IO-error occurring on the reception side. This may include local storage out-of-space errors.
+111 | File Transmission Sender | serious |  Transmission failed due to a local IO-error occurring while reading the data source.
+112 | File Transmission Receiver | harmless |  Transmission failed as the opposite station (sender) reports a low-level IO-related transmission error (code 111).

+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Thu, 15 Feb 2018 08:48:41 -0000</pubDate><guid>https://sourceforge.net96de68679a478aeb7bb2e7f68b8af747f588f9bd</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,6 +7,10 @@
 0      |      | | no error occurred 
 101 | File Transmission Sender | harmless | Transmission failed due to receiver inability to realise the storage destination. This may occur if the receiver's file-root-path has not been set or if there is a problem with storage accessibility or capacity.
 102 | File Transmission Receiver | harmless | Transmission failed due to local inability to realise the storage destination. This may occur if the local file-root-path has not been set or if there is a problem with storage accessibility or capacity.
-103 | File Transmission Sender | serious | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is possibly serious as it might consist in a hanging IO operation at the receiver or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value CONFIRM_TIMEOUT.
-104 | File Transmission Receiver | serious | Transmission failed because the opposite station reported a CONFIRM timeout on the transfer. The cause is possibly serious as it might consist in a hanging local IO operation or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value CONFIRM_TIMEOUT.
+103 | File Transmission Sender | serious | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is possibly serious as it might consist in a hanging IO operation at the receiver or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value [CONFIRM_TIMEOUT](Parameter Settings).
+104 | File Transmission Receiver | serious | Transmission failed because the opposite station reported a CONFIRM timeout on the transfer. The cause is possibly serious as it might consist in a hanging local IO operation or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value [CONFIRM_TIMEOUT](Parameter Settings).
+105 | File Transmission Sender | harmless | Transmission failed because the local user (sender) issued a transmission BREAK (interface method).
+106 | File Transmission Receiver | harmless | Transmission failed because the user of the opposite station (sender) issued a transmission BREAK (interface method).
+107 | File Transmission Sender | harmless | Transmission failed because the user of the opposite station  (receiver) issued a transmission BREAK (interface method).
+108 | File Transmission Receiver | harmless | Transmission failed because the local user (receiver) issued a transmission BREAK (interface method).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Thu, 15 Feb 2018 07:19:55 -0000</pubDate><guid>https://sourceforge.net468917288a66c43a08a2c4518ed865cc8e571723</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -7,4 +7,6 @@
 0      |      | | no error occurred 
 101 | File Transmission Sender | harmless | Transmission failed due to receiver inability to realise the storage destination. This may occur if the receiver's file-root-path has not been set or if there is a problem with storage accessibility or capacity.
 102 | File Transmission Receiver | harmless | Transmission failed due to local inability to realise the storage destination. This may occur if the local file-root-path has not been set or if there is a problem with storage accessibility or capacity.
-103 | File Transmission Sender | serious | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is probably serious as it might consist in a hanging IO operation at the receiver or some mysterious delay.
+103 | File Transmission Sender | serious | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is possibly serious as it might consist in a hanging IO operation at the receiver or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value CONFIRM_TIMEOUT.
+104 | File Transmission Receiver | serious | Transmission failed because the opposite station reported a CONFIRM timeout on the transfer. The cause is possibly serious as it might consist in a hanging local IO operation or some mysterious delay. It may be attempted to prevent the condition by enlarging the connection parameter value CONFIRM_TIMEOUT.
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Thu, 15 Feb 2018 07:00:49 -0000</pubDate><guid>https://sourceforge.net2c2d4fc455db7da4dea002f988e66899b9abd4cc</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,9 +2,9 @@

 This is a list of integer error codes which may emerge in replies of the JennyNet network layer.

-Code | Occurrence | Meaning
----------- | ---------- | ------ 
-0      | - any      | no error occurred 
-101 | File Transmission Sender | Transmission failed due to receiver inability to realise the storage destination. This may occur if the receiver's file-root-path has not been set or if there is a problem with storage accessibility or capacity.
-102 | File Transmission Receiver | Transmission failed due to local inability to realise the storage destination. This may occur if the local file-root-path has not been set or if there is a problem with storage accessibility or capacity.
-103 | File Transmission Sender | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is probably serious as it might consist in a hanging IO operation at the receiver or some mysterious delay.
+Code | Occurrence | Impact | Meaning
+----- | ------- | ------  | ------------------
+0      |      | | no error occurred 
+101 | File Transmission Sender | harmless | Transmission failed due to receiver inability to realise the storage destination. This may occur if the receiver's file-root-path has not been set or if there is a problem with storage accessibility or capacity.
+102 | File Transmission Receiver | harmless | Transmission failed due to local inability to realise the storage destination. This may occur if the local file-root-path has not been set or if there is a problem with storage accessibility or capacity.
+103 | File Transmission Sender | serious | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is probably serious as it might consist in a hanging IO operation at the receiver or some mysterious delay.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Mon, 12 Feb 2018 13:07:15 -0000</pubDate><guid>https://sourceforge.netcd238c9ce1a6f2ece536fb0f6d1a349cd2b84d31</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -5,3 +5,6 @@
 Code | Occurrence | Meaning
 ---------- | ---------- | ------ 
 0      | - any      | no error occurred 
+101 | File Transmission Sender | Transmission failed due to receiver inability to realise the storage destination. This may occur if the receiver's file-root-path has not been set or if there is a problem with storage accessibility or capacity.
+102 | File Transmission Receiver | Transmission failed due to local inability to realise the storage destination. This may occur if the local file-root-path has not been set or if there is a problem with storage accessibility or capacity.
+103 | File Transmission Sender | Transmission failed due to missing CONFIRM signal from receiver (timeout). The cause is probably serious as it might consist in a hanging IO operation at the receiver or some mysterious delay.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Mon, 12 Feb 2018 12:59:19 -0000</pubDate><guid>https://sourceforge.net6037881186a4ef86345a75d56d7d8fe926599df2</guid></item><item><title>error codes modified by Janet Hunt</title><link>https://sourceforge.net/p/jennynet/wiki/error%2520codes/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="user-error-codes"&gt;User Error Codes&lt;/h2&gt;
&lt;p&gt;This is a list of integer error codes which may emerge in replies of the JennyNet network layer.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Code&lt;/th&gt;
&lt;th&gt;Occurrence&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;- any&lt;/td&gt;
&lt;td&gt;no error occurred&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janet Hunt</dc:creator><pubDate>Wed, 07 Feb 2018 12:46:01 -0000</pubDate><guid>https://sourceforge.netf25aacb5abad9f87a5129ccdc77f6f7c5b0b2ef1</guid></item></channel></rss>