imerrors.h File Reference

API published in: S60 3rd Ed

Capability Information

Required Capabilities

NetworkServices ReadUserData

Exceptions

None


Go to the source code of this file.


Enumerations

enum   TImErrors {
  KImApiGeneralError = KImErrorBase -1, KImApiErrNotRegistered = KImErrorBase - 2, KImApiErrAlreadyRegistered = KImErrorBase - 3, KImApiErrNotLogged = KImErrorBase - 4,
  KImApiErrLoginInProgress = KImErrorBase - 5, KImApiErrInvalidContactId = KImErrorBase - 6, KImApiErrInvalidUserId = KImErrorBase - 7, KImApiErrPartialSuccess = KImErrorBase - 8,
  KImApiErrSenderBlocked = KImErrorBase - 9, KImApiErrRecipientNotLogged = KImErrorBase - 10, KImApiErrLogoutInProgress = KImErrorBase - 11, KImApiErrCancelLoginInProgress = KImErrorBase - 12,
  KImApiErrAlreadyLoggedIn = KImErrorBase - 13, KImApiErrWrongPassword = KImErrorBase -14
}

Variables

const TInt  KImErrorBase = -30130

Enumeration Type Documentation

enum TImErrors
 
Enumerator:
KImApiGeneralError  General Error.
KImApiErrNotRegistered  Error not registered.
KImApiErrAlreadyRegistered  Error already registered.
KImApiErrNotLogged  Error not logged.
KImApiErrLoginInProgress  Login is already ongoing.
KImApiErrInvalidContactId  The contact ID provided in SendPToPMessage is invalid.
KImApiErrInvalidUserId  The user ID provided in SendPToPMessage is invalid.
KImApiErrPartialSuccess  Not all the users have a valid User ID when sending message.
KImApiErrSenderBlocked  Special IM error code: the sender is blocked by the recipient.
KImApiErrRecipientNotLogged  Special IM error code: the recipient is not logged in.
KImApiErrLogoutInProgress  Logout is already in progress.
KImApiErrCancelLoginInProgress  CancelLogin is already in progress.
KImApiErrAlreadyLoggedIn  Already logged in.
KImApiErrWrongPassword  Wrong Password.

Variable Documentation

const TInt KImErrorBase = -30130
 

Copyright © Nokia Corporation 2001-2008
Back to top