remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
   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. */