GNUstep Core Data  0.1
CoreDataErrors.m
1 /* Error constant definitions for the GNUstep Core Data framework.
2  Copyright (C) 2005 Free Software Foundation, Inc.
3 
4  Written by: Saso Kiselkov <diablos@manga.sk>
5  Date: August 2005
6 
7  This file is part of the GNUstep Core Data framework.
8 
9  This library is free software; you can redistribute it and/or
10  modify it under the terms of the GNU Lesser General Public
11  License as published by the Free Software Foundation; either
12  version 2.1 of the License, or (at your option) any later version.
13 
14  This library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  Lesser General Public License for more details.
18 
19  You should have received a copy of the GNU Lesser General Public
20  License along with this library; if not, write to the Free
21  Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
22  */
23 
24 #import "CoreDataHeaders.h"
25 
26 NSString * const NSCoreDataErrorDomain = @"NSCoreDataErrorDomain";
27 
28 NSString * const NSDetailedErrorsKey = @"NSDetailedErrorsKey";
29 NSString * const NSValidationObjectErrorKey = @"NSValidationObjectErrorKey";
30 NSString * const NSValidationKeyErrorKey = @"NSValidationKeyErrorKey";
31 NSString * const NSValidationPredicateErrorKey =
32  @"NSValidationPredicateErrorKey";
33 NSString * const NSValidationValueErrorKey = @"NSValidationValueErrorKey";
34 NSString * const NSAffectedStoresErrorKey = @"NSAffectedStoresErrorKey";
35 NSString * const NSAffectedObjectsErrorKey = @"NSAffectedObjectsErrorKey";