home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / phonekit / phoneError.h < prev    next >
Text File  |  1992-07-13  |  508b  |  21 lines

  1. /*
  2.  *    ISDN/POTS Project
  3.  *    Copyright 1991, 1992 NeXT, Inc.
  4.  *
  5.  *    phoneError.h 
  6.  *
  7.  *    Errors for NXPhoneCall object.
  8.  */
  9.  
  10. typedef enum {
  11.     NX_NotEndToEndISDN,
  12.     NX_BufferOverflow,
  13.     NX_TransmitFailure,
  14.     NX_NoHardwareAttached,
  15.     NX_HardwareFailure,
  16.     NX_TemporaryNetworkFailure,
  17.     NX_FacilityNotSubscribed,    // May indicate bad Service Profile IDentifier
  18.     NX_InvalidNumberFormat,    // Indicates non-existant area code/prefix
  19. } NXPhoneError;
  20.  
  21. const char *NXPhoneErrorString (NXPhoneError errval);