home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-09 | 494 b | 37 lines | [TEXT/KAHL] |
- /*
- * AFP.h - AppleTalk Filing Protocol definitions
- */
- enum
- {
- IconTypeError = -5030,
- DirNotFound,
- CantRename,
- ServerGoingDown,
- TooManyFilesOpen,
- ObjectTypeErr,
- CallNotSupported,
- UserNotAuth,
- SessClosed,
- RangeOverlap,
- RangeNotLocked,
- ParamErr,
- ObjectNotFound,
- ObjectExists,
- NoServer,
- NoMoreLocks,
- MiscErr,
- LockErr,
- ItemNotFound,
- FlatVol,
- FileBusy,
- EOFErr,
- DiskFull,
- DirNotEmpty,
- DenyConflict,
- CantMove,
- BitmapErr,
- BadVersNum,
- BadUAM,
- AuthContinue,
- AccessDenied
- };