diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Protocol_panic.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Protocol_panic.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,91 @@ + + + Protocol panic + <p>The Sockets Server gives a &quot;Protocol panic&quot; when it finds incorrect protocol module behaviour.</p> + + + 0 + <p>An unknown request completed</p> + + + 1 + <p>Protocol completed a connect request unexpectedly</p> + + + 2 + <p>Unused</p> + + + 3 + <p>Protocol completed a connect with data request unexpectedly</p> + + + 4 + <p>Protocol completed a shutdown with data request unexpectedly</p> + + + 5 + <p><code>CProtocolFamilyBase::Remove()</code> failed</p> + + + 6 + <p>Protocol made incorrect call to the server through a <code>MSocketNotify</code> function</p> + + + 7 + <p>Protocol made call to <code>MSocketNotify::NewDataL()</code> with bad <code>aCount</code> value</p> + + + 8 + <p>Unused</p> + + + 9 + <p>Protocol made call to <code>MSocketNotify::DisConnect()</code> with connectionless socket</p> + + + 10 + <p>Server could not get expected received data from protocol</p> + + + 11 + <p>Protocol has returned an invalid <code>TServerProtocolDesc</code></p> + + + 12 + <p>Protocol has not implemented <code>CProtocolBase::Error()</code></p> + + + 13 + <p>Protocol has not implemented descriptor-overload of <code>CProtocolBase::Process()</code></p> + + + 14 + <p>Protocol has not implemented <code>RMBufChain</code>-overload <code>CProtocolBase::Process()</code></p> + + + 15 + <p>Protocol has not implemented descriptor-overload of <code>CProtocolBase::Send()</code></p> + + + 16 + <p>Protocol has not implemented <code>RMBufChain</code>-overload <code>CProtocolBase::Send()</code></p> + + + 17 + <p>Protocol has not implemented <code>CProtocolBase::BindToL()</code></p> + + + 18 + <p>Protocol has not implemented <code>CProtocolBase::BindL()</code></p> + + + 19 + <p>Protocol made call to <code>MSocketNotify::ConnectComplete()</code> on non-listening socket</p> + + + 20 + <p>Protocol made call to <code>MSocketNotify::ConnectComplete()</code> when server has accepted maximum number of sockets</p> + + + \ No newline at end of file