persistentstorage/sqlite3api/TEST/TCL/tcldistribution/generic/regerrs.h
changeset 15 3eacc0623088
parent 0 08ec8eefde2f
child 25 63532cdadd44
equal deleted inserted replaced
14:15018f1726c7 15:3eacc0623088
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
     1 { REG_OKAY,	"REG_OKAY",	"no errors detected" },
    18 { REG_OKAY,	"REG_OKAY",	"no errors detected" },
     2 { REG_NOMATCH,	"REG_NOMATCH",	"failed to match" },
    19 { REG_NOMATCH,	"REG_NOMATCH",	"failed to match" },
     3 { REG_BADPAT,	"REG_BADPAT",	"invalid regexp (reg version 0.8)" },
    20 { REG_BADPAT,	"REG_BADPAT",	"invalid regexp (reg version 0.8)" },
     4 { REG_ECOLLATE,	"REG_ECOLLATE",	"invalid collating element" },
    21 { REG_ECOLLATE,	"REG_ECOLLATE",	"invalid collating element" },
     5 { REG_ECTYPE,	"REG_ECTYPE",	"invalid character class" },
    22 { REG_ECTYPE,	"REG_ECTYPE",	"invalid character class" },