home *** CD-ROM | disk | FTP | other *** search
- /*
- ** 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;
-