anyone know what does this error code for the HTTP connection class means?
it is returned from here:
after this line is called:Code:TInt CClientEngine::MHFRunError(TInt aError, RHTTPTransaction /*aTransaction*/, const THTTPEvent& /*aEvent*/) { // Just notify about the error and return KErrNone. HBufC* resMHFRunError = StringLoader::LoadLC(R_HTTP_MHFRUN_ERROR, aError); iObserver.ClientEvent(*resMHFRunError); CleanupStack::PopAndDestroy(resMHFRunError); return KErrNone; }
Code:// Submit the transaction. After this the framework will give transaction // events via MHFRunL and MHFRunError. iTransaction.SubmitL();




