summaryrefslogtreecommitdiff
path: root/lib/server/ConnectionException.txt
blob: c34291169cabf49c0d9f2542d497ebf9f4821b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
EXCEPTION Connection 7

# for historic reasons not all numbers are used

SocketWriteError			6	Probably a network issue between client and server.
SocketReadError				7	Probably a network issue between client and server.
SocketNameLookupError		9	Check hostname specified.
SocketShutdownError			12
SocketConnectError			15	Probably a network issue between client and server, bad hostname, or server not running.
TLSHandshakeFailed			30
TLSShutdownFailed			32
TLSWriteFailed				33	Probably a network issue between client and server.
TLSReadFailed				34	Probably a network issue between client and server, or a problem with the server.
TLSNoPeerCertificate		36
TLSPeerCertificateInvalid	37	Check certification process
TLSClosedWhenWriting		38
TLSHandshakeTimedOut		39
Protocol_Timeout			41	Probably a network issue between client and server.
Protocol_ObjTooBig			42
Protocol_BadCommandRecieved				44
Protocol_UnknownCommandRecieved			45
Protocol_TriedToExecuteReplyCommand		46
Protocol_UnexpectedReply				47	Server probably reported an error.
Protocol_HandshakeFailed				48
Protocol_StreamWhenObjExpected			49
Protocol_ObjWhenStreamExpected			50
Protocol_TimeOutWhenSendingStream		52	Probably a network issue between client and server.