API to get the error description by the error code?

Login to reply to this topic.
Tue, 2008-06-03 12:35
Joined: 2008-03-12
Forum posts: 30

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!


Tue, 2008-06-03 12:45
Joined: 2003-12-05
Forum posts: 622
Re: API to get the error description by the error code?

CEikonEnv::GetErrorText(TDes &aDes, TInt aError) const;

Tue, 2008-06-03 19:49
Joined: 2008-03-12
Forum posts: 30
Re: API to get the error description by the error code?

Thanks, Andreas! Will try now

  • Login to reply to this topic.