MImClientDetailedError Class Reference

Capability Information

Required Capabilities

NetworkServices ReadUserData

Exceptions

None


#include <
imclient.h>

Detailed Description

Detailed errors accessor class.
Dll imclient.lib
Since:
S60 3.0

Public Member Functions

virtual TInt Count ()=0
 Gets the number of failed User IDs.
virtual const TDesC & UserId (TInt aIndex)=0
 Gets the failed User ID.
virtual TInt ErrorCode (TInt aIndex)=0
 Gets the reason of the failure.

Member Function Documentation

virtual TInt MImClientDetailedError::Count  )  [pure virtual]
 

Gets the number of failed User IDs.

Since:
S60 3.0
Returns:
number of failed user IDs
virtual TInt MImClientDetailedError::ErrorCode TInt  aIndex  )  [pure virtual]
 

Gets the reason of the failure.

The API specific error codes are defined in imerrors.h file.

Since:
S60 3.0
Parameters:
aIndex index of the user in the list
Returns:
the fail reason
virtual const TDesC& MImClientDetailedError::UserId TInt  aIndex  )  [pure virtual]
 

Gets the failed User ID.

Since:
S60 3.0
Parameters:
aIndex index of the user in the list
Returns:
failed user ID

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top