NlMakesis Y-Browser Y-Tasks
Hi,
Is there an API in UIQ 3.1 (or in Symbian itself) to get an error description by its code.
Such as GetErrorMessage(TInt aErrorCode, TDes& aMsg /* out */) or something like this?
Thanks!
CEikonEnv::GetErrorText(TDes &aDes, TInt aError) const;
Thanks, Andreas! Will try now
Forum posts: 622
CEikonEnv::GetErrorText(TDes &aDes, TInt aError) const;
Forum posts: 30
Thanks, Andreas! Will try now