home *** CD-ROM | disk | FTP | other *** search
- /*
- * ISDN/POTS Project
- * Copyright 1991, 1992 NeXT, Inc.
- *
- * phoneError.h
- *
- * Errors for NXPhoneCall object.
- */
-
- typedef enum {
- NX_NotEndToEndISDN,
- NX_BufferOverflow,
- NX_TransmitFailure,
- NX_NoHardwareAttached,
- NX_HardwareFailure,
- NX_TemporaryNetworkFailure,
- NX_FacilityNotSubscribed, // May indicate bad Service Profile IDentifier
- NX_InvalidNumberFormat, // Indicates non-existant area code/prefix
- } NXPhoneError;
-
- const char *NXPhoneErrorString (NXPhoneError errval);