diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Etel_Server.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Etel_Server.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,63 @@ + + + Etel Server + <p>Panic caused by incorrect use of the ETel Core API- e.g. passing bad or contradictory values to class constructors or member functions.</p> <p>The client thread causing the panic is terminated.</p> + + + 0 + <p>The subsession handle is not recognised by the server.</p> + + + 1 + <p>An attempt to read or write across the client-server boundary has failed. This usually indicates that the descriptor sent is incorrectly formatted.</p> + + + 2 + <p>The message type- sent by the client- is not recognised by the server.</p> + + + 3 + <p>Client code has attempted to re-post an asynchronous request before the original request has completed.</p> + + + 4 + <p>The client has attempted to open a sub-session without first opening its parent object. </p> + + + 5 + <p>The client has attempted to use a zero length descriptor.</p> + + + 6 + <p>The size field of a descriptor indicates that it contains a negative amount of data.</p> + + + 7 + <p>Not used.</p> + + + 8 + <p>Client failed to call <code>Open()</code>.</p> + + + 9 + <p>Client failed to call <code>Open()</code>.</p> + + + 10 + <p>Client code request to access an element outside the array range.</p> + + + 11 + <p>The <code>Open()</code> function has been called twice by the same sub-session.</p> + + + 12 + <p>The client has passed a bad phone call type.</p> + + + 13 + <p>The client has specified a bad name for a phone line or phone call object.</p> + + + \ No newline at end of file