mobilemessaging/smsmtm/servermtm/group/SMSS.rss
changeset 72 6f657153cbc5
parent 0 72b543305e3a
child 57 ebe688cedc25
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
    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
    68 				};
    73 				};
    69 			},
    74 			},
    70 		SEND_ERROR_ACTION
    75 		SEND_ERROR_ACTION
    71 			{
    76 			{
    72 			flags = KActionRetryLater + KRetriesInfinite + KRetrySpacingStatic;
    77 			flags = KActionRetryLater + KRetriesInfinite + KRetrySpacingStatic;