diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ESock.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/ESock.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,91 @@ + + + ESock + <p>Panic of client from Sockets Server</p> + + + 0 + <p> Unknown socket </p> + + + 1 + <p> Unused </p> + + + 2 + <p> Connection request made while already attempting to connect </p> + + + 3 + <p> Read request made while already attempting to read </p> + + + 4 + <p> Send request made while already attempting to send </p> + + + 5 + <p> Close request made while already attempting to close </p> + + + 6 + <p> Shutdown request made while already attempting to shutdown </p> + + + 7 + <p> Accept request made while already attempting to accept </p> + + + 8 + <p> Ioctl request made while already attempting to perform Ioctl </p> + + + 9 + <p> Can't use <code>RSocket::SendTo()</code> on connection-orientated sockets </p> + + + 10 + <p> Can't use <code>RSocket::ListenL()</code> on connectionless sockets </p> + + + 11 + <p> Listen request made while already attempting to listen </p> + + + 12 + <p> Can't use <code>RSocket::Accept()</code> if not listening </p> + + + 13 + <p> Failed to accept </p> + + + 14 + <p> Descriptor parameter error </p> + + + 15 + <p>A request was made of an <code>RHostResolver</code>, <code>RServiceResolver</code>, or <code>RNetDatabase</code> when an asynchronous request was already pending. </p> + + + 16 + <p> Unused </p> + + + 17 + <p> No socket in use </p> + + + 18 + <p> Unused </p> + + + 19 + <p> <code>RHostResolver::Next()</code> called without initial resolution request </p> + + + 20 + <p> Socket not set up to connect </p> + + + \ No newline at end of file