mobilemessaging/smsmtm/servermtm/group/SMSS.rss
branchRCL_3
changeset 26 ebe688cedc25
parent 24 696bfeff199e
child 27 7fdbb852d323
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
    62 				SEND_ERROR { error = -5; },		// KErrNotSupported
    62 				SEND_ERROR { error = -5; },		// KErrNotSupported
    63 				SEND_ERROR { error = -3; },		// KErrCancel
    63 				SEND_ERROR { error = -3; },		// KErrCancel
    64 				
    64 				
    65 				//SMS Errors
    65 				//SMS Errors
    66 				SEND_ERROR { error = -4814; },	// KErrGsmSMSOperationNotAllowed
    66 				SEND_ERROR { error = -4814; },	// KErrGsmSMSOperationNotAllowed
    67 				SEND_ERROR { error = -5252; },	// KPKIErrKeyStoreEmpty
    67 				SEND_ERROR { error = -5252; }	// KPKIErrKeyStoreEmpty
    68 				SEND_ERROR { error = -4533; },  // KErrGsmSMSShortMessageTransferRejected
       
    69 				SEND_ERROR { error = -4540; },  // KErrGsmSMSUnidentifiedSubscriber
       
    70 				SEND_ERROR { error = -4542; },  // KErrGsmSMSUnknownSubscriber
       
    71 				SEND_ERROR { error = -4550; },  // KErrGsmSMSNetworkOutOfOrder
       
    72 				SEND_ERROR { error = -4608; }   // KErrGsmSMSInvalidMandatoryInformation
       
    73 				};
    68 				};
    74 			},
    69 			},
    75 		SEND_ERROR_ACTION
    70 		SEND_ERROR_ACTION
    76 			{
    71 			{
    77 			flags = KActionRetryLater + KRetriesInfinite + KRetrySpacingStatic;
    72 			flags = KActionRetryLater + KRetriesInfinite + KRetrySpacingStatic;