esockapiextensions/internetsockets/group/tcperr.ra
changeset 0 af10295192d8
child 37 052078dda061
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <errors/generic/tcperr.rls>
       
    17 
       
    18 RESOURCE ARRAY r_error_res_tcpip_errors
       
    19 	{
       
    20 	items=
       
    21 		{
       
    22 		SINGLE_ERROR
       
    23 			{
       
    24 			text=r_error_res_tcp_authentication_fail;			// -3050
       
    25 			},
       
    26 		SINGLE_ERROR
       
    27 			{
       
    28 			text=r_error_res_tcp_authentication_not_secure;		// -3051
       
    29 			},
       
    30 		SINGLE_ERROR
       
    31 			{
       
    32 			text=r_error_res_tcp_disabled_account;				// -3052
       
    33 			},
       
    34 		SINGLE_ERROR
       
    35 			{
       
    36 			text=r_error_res_tcp_logon_hours;					// -3053
       
    37 			},
       
    38 		SINGLE_ERROR
       
    39 			{
       
    40 			text=r_error_res_tcp_password_expired;				// -3054
       
    41 			},
       
    42 		SINGLE_ERROR
       
    43 			{
       
    44 			text=r_error_res_tcp_dial_in_permission;			// -3055
       
    45 			},
       
    46 		SINGLE_ERROR
       
    47 			{
       
    48 			flags=EErrorResPanicErrorFlag;						// -3056
       
    49 			},
       
    50 		SINGLE_ERROR
       
    51 			{
       
    52 			text=r_error_res_tcp_no_call_back;					// -3057
       
    53 			},
       
    54 		SINGLE_ERROR
       
    55 			{
       
    56 			text=r_error_res_tcp_no_server;						// -3058
       
    57 			},
       
    58 		SINGLE_ERROR
       
    59 			{
       
    60 			text=r_error_res_tcp_bad_line;						// -3059
       
    61 			},
       
    62 		SINGLE_ERROR
       
    63 			{
       
    64 			flags=EErrorResPanicErrorFlag;						// -3060
       
    65 			},
       
    66 		SINGLE_ERROR
       
    67 			{
       
    68 			flags=EErrorResPanicErrorFlag;						// -3061
       
    69 			}
       
    70 		};
       
    71 	}
       
    72 
       
    73 RESOURCE TBUF r_error_res_tcp_authentication_fail				{ buf=STRING_r_error_res_tcp_authentication_fail			; }
       
    74 RESOURCE TBUF r_error_res_tcp_authentication_not_secure			{ buf=STRING_r_error_res_tcp_authentication_not_secure		; }
       
    75 RESOURCE TBUF r_error_res_tcp_disabled_account					{ buf=STRING_r_error_res_tcp_disabled_account				; }
       
    76 RESOURCE TBUF r_error_res_tcp_logon_hours						{ buf=STRING_r_error_res_tcp_logon_hours					; }
       
    77 RESOURCE TBUF r_error_res_tcp_password_expired					{ buf=STRING_r_error_res_tcp_password_expired				; }
       
    78 RESOURCE TBUF r_error_res_tcp_dial_in_permission				{ buf=STRING_r_error_res_tcp_dial_in_permission			; }
       
    79 RESOURCE TBUF r_error_res_tcp_no_call_back						{ buf=STRING_r_error_res_tcp_no_call_back					; }
       
    80 RESOURCE TBUF r_error_res_tcp_no_server							{ buf=STRING_r_error_res_tcp_no_server						; }
       
    81 RESOURCE TBUF r_error_res_tcp_bad_line							{ buf=STRING_r_error_res_tcp_bad_line						; }