source: box/trunk/lib/server/ConnectionException.txt @ 1093

Revision 1093, 1.2 KB checked in by chris, 6 years ago (diff)

Update description with another possible cause of this error

  • Property svn:eol-style set to native
Line 
1EXCEPTION Connection 7
2
3# for historic reasons not all numbers are used
4
5SocketWriteError                        6       Probably a network issue between client and server.
6SocketReadError                         7       Probably a network issue between client and server.
7SocketNameLookupError           9       Check hostname specified.
8SocketShutdownError                     12
9SocketConnectError                      15      Probably a network issue between client and server, bad hostname, or server not running.
10TLSHandshakeFailed                      30
11TLSShutdownFailed                       32
12TLSWriteFailed                          33      Probably a network issue between client and server.
13TLSReadFailed                           34      Probably a network issue between client and server, or a problem with the server.
14TLSNoPeerCertificate            36
15TLSPeerCertificateInvalid       37      Check certification process
16TLSClosedWhenWriting            38
17TLSHandshakeTimedOut            39
18Protocol_Timeout                        41      Probably a network issue between client and server.
19Protocol_ObjTooBig                      42
20Protocol_BadCommandRecieved                             44
21Protocol_UnknownCommandRecieved                 45
22Protocol_TriedToExecuteReplyCommand             46
23Protocol_UnexpectedReply                                47      Server probably reported an error.
24Protocol_HandshakeFailed                                48
25Protocol_StreamWhenObjExpected                  49
26Protocol_ObjWhenStreamExpected                  50
27Protocol_TimeOutWhenSendingStream               52      Probably a network issue between client and server.
Note: See TracBrowser for help on using the repository browser.