home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Headers
/
dbkit
/
exceptions.h
< prev
next >
Wrap
Text File
|
1992-05-05
|
344b
|
16 lines
/*
** exceptions.h
** Database Kit, Release 3.0
** Copyright (c) 1992, NeXT Computer, Inc. All rights reserved.
*/
#define DB_ERROR_BASE (6000)
typedef enum _DBAccessErrors {
DB_UnimplementedException = DB_ERROR_BASE,
DB_CoercionException,
DB_FormatException,
DB_CursorException,
DB_CommitException
} DBExceptions;