Thread: CR: Connection with server lost displays "General Error" on Symbian
CR: Connection with server lost
displays "General Error" on
Symbian
2008-02-19 15:21:24
"Nokia submits this code under the terms of a commercial contribution agreement with RealNetworks, and I am authorized to contribute this code under said agreement."
Modified by: ext-anuj.dhamijanokia.com Reviewed by:
Date: 02/19/2008 Project: SymbianMmf_rel Synopsis: Disconnect from sever results in displaying "General Error" on Helix Media Player.
Overview:
When connection with server is lost while playing video in Real Player, Error Code (80041936) HXR_SE_INTERNAL_ERROR is received at Controller which is currently not mapped to any symbian error codes and so KErrGeneral is returned to UI.
Fix:
HXR_SE_INTERNAL_ERROR implies that connection to Server is lost due to some problem with server. Return suitable error code to reflect Disconnection with server. Map HXR_SE_INTERNAL_ERROR to KErrDisconnected in MmfStatusMap in Hxmmfbasectrl.cpp