summaryrefslogtreecommitdiff
path: root/lib/server/ConnectionException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-03-02 08:58:41 +0000
committerChris Wilson <chris+github@qwirx.com>2014-03-02 08:58:41 +0000
commit772ecab2a053fefbf7b65e66e05babfb21920aea (patch)
tree25e538a40637b2bc9ae2eb0b48be2cef6388272e /lib/server/ConnectionException.txt
parent7f8353d71c272415d09531c46888560b7ea7de8f (diff)
Add information about last exchange when wrong type of object received.
Helps with debugging ConnectionException::Protocol_StreamWhenObjExpected and ConnectionException::Protocol_ObjWhenStreamExpected errors, which may be caused by a command returning an error message and failing to consume any uploaded streams first. Add extra debugging in ProtocolLocal objects to detect when this happens during the command itself, which helps with debugging.
Diffstat (limited to 'lib/server/ConnectionException.txt')
-rw-r--r--lib/server/ConnectionException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/server/ConnectionException.txt b/lib/server/ConnectionException.txt
index c3429116..7dcaadeb 100644
--- a/lib/server/ConnectionException.txt
+++ b/lib/server/ConnectionException.txt
@@ -25,3 +25,4 @@ Protocol_HandshakeFailed 48
Protocol_StreamWhenObjExpected 49
Protocol_ObjWhenStreamExpected 50
Protocol_TimeOutWhenSendingStream 52 Probably a network issue between client and server.
+Protocol_StreamsNotConsumed 53 The server command handler did not consume all streams that were sent.