networksecurity/tls/group/SslErr.rss
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2001-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 NAME SSLE
       
    17 #include "SslErr.rls"
       
    18 #include <uikon.rh>
       
    19 
       
    20 
       
    21 RESOURCE RSS_SIGNATURE { }
       
    22 
       
    23 RESOURCE ERROR_SET r_error_res_ssl
       
    24 	{
       
    25 	errorarrays=
       
    26 		{
       
    27 		ERROR_ARRAY
       
    28 			{
       
    29 			startError=-7400;
       
    30 			errors=r_error_res_ssl_handshake_errors;
       
    31 			},
       
    32 		ERROR_ARRAY
       
    33 			{
       
    34 			startError=-7500;
       
    35 			errors=r_error_res_ssl_alert_errors;
       
    36 			},
       
    37 		ERROR_ARRAY
       
    38 			{
       
    39 			startError=-7510;
       
    40 			errors=r_error_res_ssl_alert_UnexpectedMessage ;
       
    41 			},
       
    42 		ERROR_ARRAY
       
    43 			{
       
    44 			startError=-7520;
       
    45 			errors=r_error_res_ssl_alert_mac;
       
    46 			},
       
    47 		ERROR_ARRAY
       
    48 			{
       
    49 			startError=-7530;
       
    50 			errors=r_error_res_ssl_alert_DecompressionFailure;
       
    51 			},
       
    52 		ERROR_ARRAY
       
    53 			{
       
    54 			startError=-7540;
       
    55 			errors=r_error_res_ssl_alert_handshake;
       
    56 			},
       
    57 		ERROR_ARRAY
       
    58 			{
       
    59 			startError=-7560;
       
    60 			errors=r_error_res_ssl_alert_ExportRestriction ;
       
    61 			},
       
    62 		ERROR_ARRAY
       
    63 			{
       
    64 			startError=-7570;
       
    65 			errors=r_error_res_ssl_alert_Security ;
       
    66 			},
       
    67 		ERROR_ARRAY
       
    68 			{
       
    69 			startError=-7580;
       
    70 			errors=r_error_res_ssl_alert_InternalError ;
       
    71 			},
       
    72 		ERROR_ARRAY
       
    73 			{
       
    74 			startError=-7590;
       
    75 			errors=r_error_res_ssl_alert_UserCanceled ;
       
    76 			},
       
    77 		ERROR_ARRAY
       
    78 			{
       
    79 			startError=-7600;
       
    80 			errors=r_error_res_ssl_alert_NoRenegotiation;
       
    81 			}
       
    82 		};
       
    83 	}
       
    84 
       
    85 
       
    86 
       
    87 #include "SslErr.ra"