Re: [NTLK] Error 34

From: Eric Schneck (eschneck_at_mindspring.com)
Date: Tue Apr 22 2003 - 15:17:26 PDT


>Got the file from UNNA. What am I supposed to do with it/how do I check
>DIL.h?
>
>Thanks!
>Rich

Sorry, it was in the MacOs MacErrors.h file. This is also where the iTunes
plugin -17 and -20 errors come from.

Eric

enum {
  paramErr = -50, /*error in user parameter list*/
  noHardwareErr = -200, /*Sound Manager Error Returns*/
  notEnoughHardwareErr = -201, /*Sound Manager Error Returns*/
  userCanceledErr = -128,
  qErr = -1, /*queue element not found during
deletion*/
  vTypErr = -2, /*invalid queue element*/
  corErr = -3, /*core routine number out of range*/
  unimpErr = -4, /*unimplemented core routine*/
  SlpTypeErr = -5, /*invalid queue element*/
  seNoDB = -8, /*no debugger installed to handle
debugger command*/
  controlErr = -17, /*I/O System Errors*/
  statusErr = -18, /*I/O System Errors*/
  readErr = -19, /*I/O System Errors*/
  writErr = -20, /*I/O System Errors*/
  badUnitErr = -21, /*I/O System Errors*/
  unitEmptyErr = -22, /*I/O System Errors*/
  openErr = -23, /*I/O System Errors*/
  closErr = -24, /*I/O System Errors*/
  dRemovErr = -25, /*tried to remove an open driver*/
  dInstErr = -26 /*DrvrInstall couldn't find driver
in resources*/
};

enum {
  abortErr = -27, /*IO call aborted by KillIO*/
  iIOAbortErr = -27, /*IO abort error (Printing
Manager)*/
  notOpenErr = -28, /*Couldn't rd/wr/ctl/sts cause
driver not opened*/
  unitTblFullErr = -29, /*unit table has no more entries*/
  dceExtErr = -30, /*dce extension error*/
  slotNumErr = -360, /*invalid slot # error*/
  gcrOnMFMErr = -400, /*gcr format on high density media
error*/
  dirFulErr = -33, /*Directory full*/
  dskFulErr = -34, /*disk full*/
  nsvErr = -35, /*no such volume*/
  ioErr = -36, /*I/O error (bummers)*/
  bdNamErr = -37, /*there may be no bad names in the
final system!*/
  fnOpnErr = -38, /*File not open*/
  eofErr = -39, /*End of file*/
  posErr = -40, /*tried to position to before start
of file (r/w)*/
  mFulErr = -41, /*memory full (open) or file won't
fit (load)*/
  tmfoErr = -42, /*too many files open*/
  fnfErr = -43, /*File not found*/
  wPrErr = -44, /*diskette is write protected.*/
  fLckdErr = -45 /*file is locked*/
};

-- 
This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries
List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html
Official Newton FAQ: http://www.chuma.org/newton/faq/


This archive was generated by hypermail 2.1.5 : Tue Apr 22 2003 - 16:00:00 PDT