remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h
branchRCL_3
changeset 62 19bba8228ff0
parent 61 b183ec05bd8c
child 76 3cdbd92ee07b
equal deleted inserted replaced
61:b183ec05bd8c 62:19bba8228ff0
   119 
   119 
   120     const TInt KErrAuthenticationFailure                = KErrSyncEngineErrorBase - 93;
   120     const TInt KErrAuthenticationFailure                = KErrSyncEngineErrorBase - 93;
   121 
   121 
   122     const TInt KErrGeneral                              = KErrSyncEngineErrorBase - 94;
   122     const TInt KErrGeneral                              = KErrSyncEngineErrorBase - 94;
   123 
   123 
       
   124     /* Implementation of CMCC PIM v3 begins*/
       
   125     /** Server is full - CMCC PIM v3 specific*/
       
   126     const TInt KErrServerFull                           = KErrSyncEngineErrorBase - 95;
       
   127     /* Implementation of CMCC PIM v3 ends*/
       
   128     
   124 	/** Base value for push message parser-related errors. */
   129 	/** Base value for push message parser-related errors. */
   125 	const TInt KErrPushMessageParserErrorBase					= -8451;		// 8451 - 8480
   130 	const TInt KErrPushMessageParserErrorBase					= -8451;		// 8451 - 8480
   126 	/** Push message is too short. */
   131 	/** Push message is too short. */
   127 	const TInt KErrMessageTooShort					= KErrPushMessageParserErrorBase;
   132 	const TInt KErrMessageTooShort					= KErrPushMessageParserErrorBase;
   128 	/** Push message is corrupt. */
   133 	/** Push message is corrupt. */