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