S60 3rd Edition API Reference: MImClientDetailedError Class Reference
MImClientDetailedError Class Reference
API published in: S60 3rd Ed
Link against:
Capability Information
Required Capabilities
NetworkServices ReadDeviceData ReadUserData WriteDeviceData
Exceptions
None
#include <imclient.h>
Detailed Description
Detailed errors accessor class.
|
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.
- 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. - 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.
- Parameters:
-
| aIndex | index of the user in the list |
- Returns:
- failed user ID
|
The documentation for this class was generated from the following file: