remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h
branchRCL_3
changeset 24 13d7c31c74e0
parent 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
23:4af31167ea77 24:13d7c31c74e0
   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. */