diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/HTTP_CORE.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/HTTP_CORE.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,75 @@ + + + HTTP-CORE + <p> Transport Framework Client panics. </p> + + + 0 + <p><code>RHTTPSession</code> session is already open. </p> + + + 1 + <p> Specified header field is missing. </p> + + + 2 + <p> Unused. </p> + + + 3 + <p> Unused. </p> + + + 4 + <p> Mismatch between header's type and its attempted use. </p> + + + 5 + <p> Unused. </p> + + + 6 + <p> A transaction error occurred, and the <code>MHFRunError()</code> in use didn't handle it. </p> + + + 7 + <p> Attempted to add a filter while there is a transaction outstanding. </p> + + + 8 + <p> Attempted to add a filter at a position not between the protocol handler and the client. </p> + + + 9 + <p><code>CHTTPEncoder</code> object destroyed without its data being released. </p> + + + 10 + <p><code>CHTTPEncoder</code> object at the wrong state for adding data. </p> + + + 11 + <p> Unused. </p> + + + 12 + <p> Invalid request data. </p> + + + 13 + <p> Invalid response data. </p> + + + 14 + <p> Unused. </p> + + + 15 + <p> Unused. </p> + + + 16 + <p> An invalid filter handle was specified. </p> + + + \ No newline at end of file