remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h
branchRCL_3
changeset 76 3cdbd92ee07b
parent 62 19bba8228ff0
equal deleted inserted replaced
69:a082c848c9a9 76:3cdbd92ee07b
   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     
       
   129 	/** Base value for push message parser-related errors. */
   124 	/** Base value for push message parser-related errors. */
   130 	const TInt KErrPushMessageParserErrorBase					= -8451;		// 8451 - 8480
   125 	const TInt KErrPushMessageParserErrorBase					= -8451;		// 8451 - 8480
   131 	/** Push message is too short. */
   126 	/** Push message is too short. */
   132 	const TInt KErrMessageTooShort					= KErrPushMessageParserErrorBase;
   127 	const TInt KErrMessageTooShort					= KErrPushMessageParserErrorBase;
   133 	/** Push message is corrupt. */
   128 	/** Push message is corrupt. */