summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/errors.txt
blob: afdbc4de8f42a2d537aa7b9a99ca4428669a8119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
-32768	svTempDisable	Temporarily disable card but run primary init.
-32640	svDisabled	Reserve range -32640 to -32768 for Apple temp disables.
-32615	fontNotOutlineErr	bitmap font passed to routine that does outlines only
-20002	invalidIndexErr	The recordIndex parameter is not valid.
-20001	recordDataTooBigErr	The record data is bigger than buffer size (1024 bytes).
-20000	unknownInsertModeErr	There is no such an insert mode.
-13005	pmRecvEndErr	during receive, pmgr did not finish hs configured for this connection
-13004	pmRecvStartErr	during receive, pmgr did not start hs
-13003	pmSendEndErr	during send, pmgr did not finish hs
-13002	pmSendStartErr	during send, pmgr did not start hs
-13001	pmReplyTOErr	Timed out waiting for reply
-13000	pmBusyErr	Power Mgr never ready to start handshake
-11005	pictureDataErr	the picture data was invalid
-11004	colorsRequestedErr	the number of colors requested was illegal
-11003	cantLoadPickMethodErr	unable to load the custom pick proc
-11002	pictInfoVerbErr	the passed verb was invalid
-11001	pictInfoIDErr	the internal consistancy check for the PictInfoID is wrong
-11000	pictInfoVersionErr	wrong version of the PictInfo structure
-10116	telNotEnoughdspBW	not enough real-time for allocation
-10115	telBadSampleRate	incompatible sample rate
-10114	telBadSWErr	Software not installed properly
-10113	telDetAlreadyOn	detection is already turned on
-10112	telAutoAnsNotOn	autoAnswer in not turned on
-10111	telValidateFailed	telValidate failed
-10110	telBadProcID	invalid procID
-10109	telDeviceNotFound	device not found
-10108	telBadCodeResource	code resource not found
-10107	telInitFailed	initialization failed
-10106	telNoCommFolder	Communications/Extensions Ÿ not found
-10103	telUnknownErr	unable to set config
-10102	telNoSuchTool	unable to find tool with name specified
-10091	telBadFunction	bad msgCode specified
-10090	telPBErr	parameter block error, bad format
-10082	telCANotDeflectable	CA not "deflectable"
-10081	telCANotRejectable	CA not "rejectable"
-10080	telCANotAcceptable	CA not "acceptable"
-10072	telTermNotOpen	terminal not opened via TELOpenTerm
-10071	telStillNeeded	terminal driver still needed by someone else
-10070	telAlreadyOpen	terminal already open
-10064	telNoCallbackRef	no call back reference was specified, but is required
-10063	telDisplayModeNotSupp	display mode not supported by tool
-10062	telBadDisplayMode	bad display mode specified
-10061	telFwdTypeNotSupp	forward type not supported by tool
-10060	telDNTypeNotSupp	DN type not supported by tool
-10059	telBadRate	bad rate specified
-10058	telBadBearerType	bad bearerType specified
-10057	telBadSelect	unable to select or deselect DN
-10056	telBadParkID	bad park id specified
-10055	telBadPickupGroupID	bad pickup group ID specified
-10054	telBadFwdType	bad fwdType specified
-10053	telBadFeatureID	bad feature ID specified
-10052	telBadIntercomID	bad intercom ID specified
-10051	telBadPageID	bad page ID specified
-10050	telBadDNType	DN type invalid
-10047	telConfLimitExceeded	attempt to exceed switch conference limits
-10046	telCBErr	call back feature not set previously
-10045	telTransferRej	transfer request rejected
-10044	telTransferErr	transfer not prepared
-10043	telConfRej	conference request was rejected
-10042	telConfErr	conference was not prepared
-10041	telConfNoLimit	no limit was specified but required
-10040	telConfLimitErr	limit specified is too high for this configuration
-10033	telFeatNotSupp	feature program call not supported by this tool
-10032	telFeatActive	feature already active
-10031	telFeatNotAvail	feature subscribed but not available
-10030	telFeatNotSub	feature not subscribed
-10024	telDNDTypeNotSupp	DND type is not supported by this tool
-10023	telBadDNDType	bad DND type specified
-10022	telIntExtNotSupp	internal external type not supported by this tool
-10021	telBadIntExt	bad internal external error
-10020	telStateNotSupp	device state not supported by tool
-10019	telBadStateErr	bad device state specified
-10018	telIndexNotSupp	index not supported by this tool
-10017	telBadIndex	bad index specified
-10016	telAPattNotSupp	alerting pattern not supported by tool
-10015	telBadAPattErr	bad alerting pattern specified
-10014	telVTypeNotSupp	volume type not supported by this tool
-10013	telBadVTypeErr	bad volume type error
-10012	telBadLevelErr	bad volume level setting
-10011	telHTypeNotSupp	hook type not supported by this tool
-10010	telBadHTypeErr	bad hook type specified
-10008	telNoOpenErr	unable to open terminal
-10007	telNoMemErr	no memory to allocate handle
-10006	telCAUnavail	a CA is not available
-10005	telBadProcErr	bad msgProc specified
-10004	telBadHandErr	bad handle specified
-10003	telBadCAErr	TELCAHandle not found or invalid
-10002	telBadDNErr	TELDNHandle not found or invalid
-10001	telBadTermErr	invalid TELHandle or handle not found
-6231	kDMMainDisplayCannotMoveErr	Trying to move main display (or a display mirrored to it)
-6230	kDMDisplayAlreadyInstalledErr	Attempt to add an already installed display.
-6229	kDMDisplayNotFoundErr	Could not find item (will someday remove).
-6228	kDMDriverNotDisplayMgrAwareErr	Video Driver does not support display manager.
-6227	kDMSWNotInitializedErr	Required software not initialized (eg windowmanager or display mgr).
-6226	kSysSWTooOld	Missing critical pieces of System Software.
-6225	kDMMirroringNotOn	Returned by all calls that need mirroring to be on to do their thing.
-6224	kDMCantBlock	Mirroring is already on, canıt Block now (call DMUnMirror() first).
-6223	kDMMirroringBlocked	DMBlockMirroring() has been called.
-6222	kDMWrongNumberOfDisplays	Can only handle 2 displays for now.
-6221	kDMMirroringOnAlready	Returned by all calls that need mirroring to be off to do their thing.
-6220	kDMGenErr	Unexpected Error
-5553	gestaltLocationErr	gestalt function ptr wasn't in sysheap
-5552	gestaltDupSelectorErr	tried to add an entry that already existed
-5551	gestaltUndefSelectorErr	undefined selector was passed to Gestalt
-5550	gestaltUnknownErr	value returned if Gestalt doesn't know the answer
-5502	envVersTooBig	Version bigger than call can handle
-5501	envBadVers	Version non-positive
-5500	envNotPresent	returned by glue.
-5044	afpInsideTrashErr	the folder being shared is inside the trash folder OR the shared folder is being moved into the trash folder OR the folder is being moved to the trash and it contains a shared folder
-5043	afpInsideSharedErr	the folder being shared is inside a shared folder OR the folder contains a shared folder and is being moved into a shared folder OR the folder contains a shared folder and is being moved into the descendent of a shared folder.
-5042	afpPwdExpiredErr	the password being used is too old: this requires the user to change the password before log-in can continue
-5041	afpPwdTooShortErr	the password being set is too short: there is a minimum length that must be met or exceeded
-5040	afpPwdSameErr	someone tried to change their password to the same password on a mantadory password change
-5033	afpContainsSharedErr	the folder being shared contains a shared folder
-5032	afpObjectLocked	Object is M/R/D/W inhibited
-5031	afpVolLocked	Volume is Read-Only
-3026	couldNotParseSourceFileErr	Source document does not contain source type
-3025	invalidTranslationPathErr	Source type to destination type not a valid path
-2899	fragLastErrCode	last reserved error code number
-2824	fragInvalidFragmentUsage	an application fragment or accellerated resource has no entry point or termination routine
-2823	fragArchError	fragment targeted for an unacceptable architecture
-2822	fragAppNotFound	no application found in cfrg (for Process Manager)
-2821	fragUserInitProcErr	user intialization routine did not return noErr
-2820	fragCorruptErr	fragment container corrupted (known format)
-2819	fragConstErr	internal inconstistancy
-2818	fragMgrInitErr	error in initailization of this manager
-2817	fragLibConnErr	error connecting to library (error occured in sub prepare)
-2816	fragInitRtnUsageErr	boot library has initialization routine
-2815	fragInitLoop	circularity detected in mandatory initialization order
-2814	fragImportTooNew	import library was too new and therefore incompatible
-2813	fragImportTooOld	import library was too old and therefore incompatible
-2812	fragObjectInitSeqErr	order error during user initialization function invocation
-2811	fragNoContextIDs	no more context idıs
-2810	fragNoAddrSpace	out of memory in user's address space for loadable section
-2809	fragNoMem	out of memory for interal bookkeeping
-2808	fragUnused1	unused
-2807	fragHadUnresolveds	loaded fragment had "hard" unresolved imports
-2806	fragFormatUnknown	fragment container format unknown
-2805	fragDupRegLibName	registered name already in use
-2804	fragLibNotFound	library name not found in Frag registry
-2803	fragSectionNotFound	section was not found
-2802	fragSymbolNotFound	symbol was not found in connection
-2801	fragConnectionIDNotFound	connecionID was not valid
-2800	fragContextNotFound	contextID was not valid
-2551	nrPathBufferTooSmall	buffer for path is too small
-2550	nrPathNotFound	a path component lookup failed
-2519	tsmUnknownErr	any other errors
-2518	tsmUnsupportedTypeErr	unSupported interface type error
-2517	tsmScriptHasNoIMErr	script has no imput method or is using old IM
-2516	tsmInputMethodIsOldErr	returned by GetDefaultInputMethod
-2515	tsmComponentAlreadyOpenErr	text service already opened for the document
-2514	tsmTSNotOpenErr	text service is not open
-2513	tsmTSHasNoMenuErr	the text service has no menu
-2512	tsmUseInputWindowErr	not TSM aware because we are using input window
-2511	tsmDocumentOpenErr	there are open documents
-2510	tsmTextServiceNotFoundErr	no text service found
-2509	tsmCantOpenComponentErr	canıt open the component
-2508	tsmNoOpenTSErr	no open text service
-2507	tsmDocNotActiveErr	document is NOT active
-2506	tsmTSMDocBusyErr	document is still active
-2505	tsmInvalidDocIDErr	invalid TSM documentation id
-2504	tsmNeverRegisteredErr	app never registered error (not TSM aware)
-2503	tsmAlreadyRegisteredErr	want to register again error
-2502	tsmNotAnAppErr	not an application error
-2209	badCallOrderErr	Usually due to a status call being called prior to being setup first
-2208	noDMAErr	Canıt do DMA digitizing (i.e. can't go to requested dest
-2207	badDepthErr	Canıt digitize into this depth
-2206	notExactSizeErr	Canıt do exact size requested
-2205	noMoreKeyColorsErr	all key indexes in use
-2204	notExactMatrixErr	warning of bad matrix, digitizer did its best
-2203	matrixErr	bad matrix, digitizer did nothing
-2202	qtParamErr	bad input parameter (out of range, etc)
-2201	digiUnimpErr	feature unimplemented
-2056	soundSupportNotAvailableErr	QT for Windows error
-2055	noSoundTrackInMovieErr	QT for Windows error
-2054	noVideoTrackInMovieErr	QT for Windows error
-2022	cantCreateSingleForkFile	happens when file already exists
-1857	dragNotAcceptedErr	drag was not accepted by receiver
-1856	handlerNotFoundErr	handler not found
-1855	duplicateHandlerErr	handler already exists
-1854	cantGetFlavorErr	error while trying to get flavor data
-1853	duplicateFlavorErr	flavor type already exists
-1852	badDragFlavorErr	unknown flavor type
-1851	badDragItemErr	unknown drag item reference
-1850	badDragRefErr	unknown drag reference
-1762	errOSACantOpenComponent	Can't connect to scripting system with that ID
-1761	errOSAComponentMismatch	Parameters are from 2 different components
-1732	errAERecordingIsAlreadyOn	available only in version 1.0.1 or greater
-1731	errAEUnknownObjectType	available only in version 1.0.1 or greater
-1730	errAEEmptyListContainer	Attempt to pass empty list as container to accessor
-1729	errAENegativeCount	CountProc returned negative value
-1728	errAENoSuchObject	e.g.,: specifier asked for the 3rd, but there are only 2. Basically, this indicates a run-time resolution error.
-1727	errAENotAnObjSpec	Param to AEResolve not of type 'obj '
-1726	errAEBadTestKey	Test is neither typeLogicalDescriptor nor typeCompDescriptor
-1725	errAENoSuchLogical	Something other than AND, OR, or NOT
-1723	errAEAccessorNotFound	Accessor proc matching wantClass and containerType or wildcards not found
-1721	errAEWrongNumberArgs	Logical op kAENOT used with other than 1 term
-1720	errAEImpossibleRange	A range like 3rd to 2nd, or 1st to all.
-1719	errAEIllegalIndex	index is out of range in a put operation
-1718	errAEReplyNotArrived	the contents of the reply you are accessing have not arrived yet
-1717	errAEHandlerNotFound	no handler in the dispatch tables fits the parameters to AEGetEventHandler or AEGetCoercionHandler
-1716	errAEUnknownAddressType	the target address type is not known
-1715	errAEParamMissed	a required parameter was not accessed
-1714	errAENotASpecialFunction	there is no special function for/with this keyword
-1713	errAENoUserInteraction	no user interaction is allowed
-1712	errAETimeout	the AppleEvent timed out
-1711	errAEWaitCanceled	in AESend, the user cancelled out of wait loop for reply or receipt
-1710	errAEUnknownSendMode	mode wasn't NoReply, WaitReply, or QueueReply or Interaction level is unknown
-1709	errAEReplyNotValid	AEResetTimer was passed an invalid reply parameter
-1708	errAEEventNotHandled	the AppleEvent was not handled by any handler
-1707	errAENotAppleEvent	the event is not in AppleEvent format
-1706	errAENewerVersion	need newer version of the AppleEvent manager
-1705	errAEBadListItem	the specified list item does not exist
-1700	errAECoercionFail	bad parameter data or unable to coerce the data supplied
-1310	fsDataTooBigErr	file or volume is too big for system
-1309	fileBoundsErr	file's EOF, offset, mark or size is too big
-1308	notARemountErr	when _Mount allows only remounts and doesn't get one
-1307	badFidErr	file id is dangling or doesn't match with the file number
-1306	sameFileErr	can't exchange a file with itself
-1305	desktopDamagedErr	desktop database files are corrupted
-1304	catChangedErr	the catalog has been modified
-1303	diffVolErr	files on different volumes
-1302	notAFileErr	directory specified
-1301	fidExists	file id already exists
-1300	fidNotFound	no file thread exists.
-1280	errRefNum	bad connection refNum
-1279	errAborted	control call was aborted
-1278	errState	bad connection state for this operation
-1277	errOpening	open connection request failed
-1276	errAttention	attention message too long
-1275	errFwdReset	read terminated by forward reset
-1274	errDSPQueueSize	DSP Read/Write Queue Too small
-1273	errOpenDenied	open connection request was denied
-1075	aspNoAck	No ack on attention request (server err)
-1074	aspTooMany	Too many clients (server error)
-1073	aspSizeErr	Command block too big
-1072	aspSessClosed	Session closed
-1071	aspServerBusy	Server cannot open another session
-1070	aspParamErr	Parameter error
-1069	aspNoServers	No servers at that address
-1068	aspNoMoreSess	No more sessions on server
-1067	aspBufTooSmall	Buffer too small
-1066	aspBadVersNum	Server cannot support this ASP version
-1029	nbpNISErr	Error trying to open the NIS
-1028	nbpNotFound	Name not found on remove
-1027	nbpDuplicate	Duplicate name exists already
-1026	nbpConfDiff	Name confirmed at different socket
-1024	nbpBuffOvr	Buffer overflow in LookupName
-1000	noMaskFoundErr	Icon Utilties Error
-932	guestNotAllowedErr	destination port requires authentication
-931	badLocNameErr	location name malformed
-930	badServiceMethodErr	illegal service type, or not supported
-928	noUserRecErr	Invalid user reference number
-927	authFailErr	unable to authenticate user at destination
-926	noInformErr	PPCStart failed because destination did not have inform pending
-925	networkErr	An error has occured in the network, not too likely
-924	noUserRefErr	unable to create a new userRefNum
-923	notLoggedInErr	The default userRefNum does not yet exist
-922	noDefaultUserErr	user hasn't typed in owners name in Network Setup Control Pannel
-919	badPortNameErr	PPCPortRec malformed
-917	sessClosedErr	session was closed
-916	portClosedErr	port was closed
-915	noResponseErr	unable to contact destination
-914	noToolboxNameErr	A system resource is missing, not too likely
-913	noMachineNameErr	user hasn't named his Macintosh in the Network Setup Control Panel
-912	userRejectErr	Destination rejected the session request
-911	noUserNameErr	user name unknown on destination machine
-910	portNameExistsErr	port is already open (perhaps in another app)
-909	badReqErr	bad parameter or invalid state for operation
-908	noSessionErr	Invalid session reference number
-907	sessTableErr	Out of session tables, try again later
-906	destPortErr	Port does not exist at destination
-905	localOnlyErr	Network activity is currently disabled
-904	noGlobalsErr	The system is hosed, better re-boot
-903	noPortErr	Unable to open port or bad portRefNum
-902	nameTypeErr	Invalid or inappropriate locationKindSelector in locationName
-900	notInitErr	PPCToolBox not initialized
-863	hmCloseViewActive	Returned from HMRemoveBalloon if CloseView was active
-862	hmNoBalloonUp	Returned from HMRemoveBalloon if no balloon was visible when call was made
-861	hmOperationUnsupported	Returned from HMShowBalloon call if bad method passed to routine
-859	hmUnknownHelpType	Returned if help msg record contained a bad type
-858	hmWrongVersion	Returned if help mgr resource was the wrong version
-857	hmSkippedBalloon	Returned from calls if helpmsg specified a skip balloon
-855	hmHelpManagerNotInited	Returned from HMGetHelpMenuHandle if help menu not setup
-854	hmSameAsLastBalloon	Returned from HMShowMenuBalloon if menu & item is same as last time
-853	hmBalloonAborted	Returned if mouse was moving or mouse wasn't in window port rect
-850	hmHelpDisabled	Show Balloons mode was off, call to routine ignored
-813	rcDBPackNotInited	attempt to call other routine before InitDBPack
-812	rcDBWrongVersion	incompatible versions
-811	rcDBNoHandler	no app handler for specified data type
-810	rcDBBadAsyncPB	tried to kill a bad pb
-809	rcDBAsyncNotSupp	ddev does not support async calls
-808	rcDBBadDDEV	bad ddev specified on DBInit
-807	rcDBBadSessNum	bad session number for DBGetConnInfo
-626	noMMUErr	no MMU present
-625	cannotDeferErr	unable to defer additional functions
-624	interruptsMaskedErr	donıt call with interrupts masked
-623	notLockedErr	specified range of memory is not locked
-622	cannotMakeContiguousErr	cannot make specified range contiguous
-621	notHeldErr	specified range of memory is not held
-620	notEnoughMemoryErr	insufficient physical memory
-610	noUserInteractionAllowed	no user interaction allowed
-607	bufferIsSmall	error returns from Post and Accept
-606	appIsDaemon	app is BG-only, and launch flags disallow this
-605	appMemFullErr	application SIZE not big enough for launch
-604	hardwareConfigErr	hardware configuration not correct for call
-603	protocolErr	app made module calls in improper order
-602	appModeErr	memory mode is 32-bit, but app not 32-bit clean
-601	memFragErr	not enough room to launch app w/special requirements
-600	procNotFound	no eligible process with specified descriptor
-502	hwParamErr	bad selector for _HWPriv
-501	teScrapSizeErr	scrap item too big for text edit record
-492	exUserBreak	user debugger break; execute debugger commands on stack
-491	strUserBreak	user debugger break; display string on stack
-490	userBreak	user debugger break
-463	notThePublisherWrn	not the first registered publisher for that container
-462	containerAlreadyOpenWrn	container already opened by this section
-461	containerNotFoundWrn	could not find editionContainer at this time
-460	multiplePublisherWrn	A Publisher is already registered for that container
-454	badSubPartErr	can not use sub parts in this release
-453	badEditionFileErr	edition file is corrupt
-452	notRegisteredSectionErr	not a registered SectionRecord
-451	badSectionErr	not a valid SectionRecord
-450	editionMgrInitErr	edition manager not inited by this app
-417	btKeyAttrErr	There is no such a key attribute.
-416	btKeyLenErr	Maximum key length is too long or equal to zero.
-415	btRecNotFnd	Record cannot be found.
-414	btDupRecErr	Record already exists.
-413	btNoSpace	Can't allocate disk space.
-410	notBTree	The file is not a dictionary.
-400	gcrOnMFMErr	gcr format on high density media error
-360	slotNumErr	invalid slot # error
-351	smRecNotFnd	Record not found in the SRT.
-350	smSRTOvrFlErr	SRT over flow.
-349	smNoGoodOpens	No opens were successfull in the loop.
-348	smOffsetErr	Offset was too big (temporary error
-347	smByteLanesErr	NumByteLanes was determined to be zero.
-346	smBadsPtrErr	Bad pointer was passed to sCalcsPointer
-345	smsGetDrvrErr	Error occurred during _sGetDriver.
-344	smNoMoresRsrcs	No more sResources
-343	smDisDrvrNamErr	Error occured during _sDisDrvrName.
-342	smGetDrvrNamErr	Error occured during _sGetDrvrName.
-341	smCkStatusErr	Status of slot = fail.
-340	smBlkMoveErr	_BlockMove error
-339	smNewPErr	_NewPtr error
-338	smSelOOBErr	Selector out of bounds error
-337	smSlotOOBErr	Slot out of bounds error
-336	smNilsBlockErr	Nil sBlock error (Dont allocate and try to use a nil sBlock)
-335	smsPointerNil	LPointer is nil From sOffsetData. If this error occurs; check sInfo rec for more information.
-334	smCPUErr	Code revision is wrong
-333	smCodeRevErr	Code revision is wrong
-332	smReservedErr	Reserved field not zero
-331	smBadsList	Bad sList: Id1 < Id2 < Id3 ...format is not followed.
-330	smBadRefId	Reference Id not found in List
-320	smBusErrTO	BusError time out.
-319	smBadBoardId	BoardId was wrong; re-init the PRAM record.
-318	smNoJmpTbl	SDM jump table could not be created.
-317	smInitTblVErr	An error occured while trying to initialize the Slot Resource Table.
-316	smInitStatVErr	The InitStatusV field was negative after primary or secondary init.
-315	smNoBoardId	No Board Id.
-314	smGetPRErr	Error occured during _sGetPRAMRec (See SIMStatus).
-313	smNoBoardSRsrc	No Board sResource.
-312	smDisposePErr	_DisposePointer error
-311	smFHBlkDispErr	Error occured during _sDisposePtr (Dispose of FHeader block).
-310	smFHBlockRdErr	Error occured during _sGetFHeader.
-309	smBLFieldBad	ByteLanes field was bad.
-308	smUnExBusErr	Unexpected BusError
-307	smResrvErr	Fatal reserved error. Resreved field <> 0.
-306	smNosInfoArray	No sInfoArray. Memory Mgr error.
-305	smDisabledSlot	This slot is disabled (-305 use to be smLWTstBad)
-304	smNoDir	Directory offset is Nil
-303	smRevisionErr	Wrong revison level
-302	smFormatErr	FHeader Format is not Apple's
-301	smCRCFail	CRC check failed for declaration data
-300	smEmptySlot	No card in slot
-299	nmTypErr	wrong queue type
-293	smPriInitErr	Error; Cards could not be initialized.
-292	smPRAMInitErr	Error; Slot Resource Table could not be initialized.
-291	smSRTInitErr	Error; Slot Resource Table could not be initialized.
-290	smSDMInitErr	Error; SDM could not be initialized.
-261	midiInvalidCmdErr	command not supported for port type
-260	midiDupIDErr	duplicate client ID
-259	midiNameLenErr	name supplied is longer than 31 characters
-258	midiWriteErr	MIDIWritePacket couldn't write to all connected ports
-257	midiNoConErr	no connection exists between specified ports
-256	midiVConnectRmvd	pending virtual connection removed
-255	midiVConnectMade	pending virtual connection resolved
-254	midiVConnectErr	pending virtual connection created
-253	midiTooManyConsErr	too many connections made
-252	midiTooManyPortsErr	too many ports already installed in the system
-251	midiNoPortErr	no port with that ID found
-250	midiNoClientErr	no client with that ID found
-232	siUnknownQuality	invalid quality selector (returned by driver)
-231	siUnknownInfoType	invalid info type selector (returned by driver)
-230	siInputDeviceErr	input device hardware failure
-229	siBadRefNum	invalid input device reference number
-228	siBadDeviceName	input device could not be opened
-227	siDeviceBusyErr	input device already in use
-226	siInvalidSampleSize	invalid sample size
-225	siInvalidSampleRate	invalid sample rate
-224	siHardDriveTooSlow	hard drive too slow to record to disk
-223	siInvalidCompression	invalid compression type
-222	siNoBufferSpecified	returned by synchronous SPBRecord if nil buffer passed
-221	siBadSoundInDevice	invalid index passed to SoundInGetIndexedDevice
-220	siNoSoundInHardware	no Sound Input hardware
-212	noMoreRealTime	not enough CPU cycles left to add another task
-210	buffersTooSmall	can not operate in the memory allowed
-209	channelBusy	the Channel is being used for a PFD already
-208	badFileFormat	was not type AIFF or was of bad format,corrupt
-207	notEnoughBufferSpace	could not allocate enough memory
-206	badFormat	Sound Manager Error Returns
-205	badChannel	Sound Manager Error Returns
-204	resProblem	Sound Manager Error Returns
-203	queueFull	Sound Manager Error Returns
-201	notEnoughHardwareErr	Sound Manager Error Returns
-200	noHardwareErr	Sound Manager Error Returns
-199	mapReadErr	map inconsistent with operation
-198	resAttrErr	attribute inconsistent with operation
-197	rmvRefFailed	RmveReference failed
-196	rmvResFailed	RmveResource failed
-195	addRefFailed	AddReference failed
-194	addResFailed	AddResource failed
-193	resFNotFound	Resource file not found
-192	resNotFound	Resource not found
-190	inputOutOfBounds	Offset of Count out of bounds
-189	writingPastEnd	Writing past end of file
-188	resourceInMemory	Resource already in memory
-186	CantDecompress	resource bent ("the bends") - can't decompress a compressed resource
-185	badExtResource	extended resource has a bad format.
-157	cDepthErr	invalid pixel depth
-156	cResErr	invalid resolution for MakeITable
-155	cDevErr	invalid type of graphics device
-154	cProtectErr	colorTable entry protection violation
-153	cRangeErr	range error on colorTable request
-152	cNoMemErr	failed to allocate memory for structure
-151	cTempMemErr	failed to allocate memory for temporary structures
-150	cMatchErr	Color2Index failed to find an index
-127	hMenuFindErr	could not find HMenu's parent in MenuKey
-126	mBarNFnd	system error code for MBDF not found
-125	updPixMemErr	insufficient memory to update a pixmap
-124	volGoneErr	Server volume has been disconnected.
-123	wrgVolTypErr	Wrong volume type error [operation not supported for MFS]
-122	badMovErr	Move into offspring error
-121	tmwdoErr	No free WDCB available
-120	dirNFErr	Directory not found
-117	memLockedErr	trying to move a locked block (MoveHHi)
-116	memSCErr	Size Check failed
-115	memBCErr	Block Check failed
-114	memPCErr	Pointer Check failed
-113	memAZErr	Address in zone check failed
-112	memPurErr	trying to purge a locked or non-purgeable block
-111	memWZErr	WhichZone failed (applied to free block)
-110	memAdrErr	address was odd; or out of range
-109	nilHandleErr	Master Pointer was NIL in HandleZone or other
-108	memFullErr	Not enough room in heap zone
-102	noTypeErr	No object of that type in scrap
-100	noScrapErr	No scrap exists error
-99	memROZWarn	soft error in ROZ
-98	portNotCf	driver Open error code (parameter RAM not configured for this connection)
-97	portInUse	driver Open error code (port is in use)
-96	portNotPwr	serial port not currently powered
-95	excessCollsns	excessive collisions on write
-94	lapProtErr	error in attaching/detaching protocol
-93	noBridgeErr	no network bridge for non-local send
-92	ddpLenErr	data length too big
-91	ddpSktErr	error in soket number
-90	breakRecd	Break received (SCC)
-89	rcvrErr	SCC receiver error (framing; parity; OR)
-88	prInitErr	InitUtil found the parameter ram uninitialized
-87	prWrErr	parameter ram written didn't read-verify
-86	clkWrErr	time written did not verify
-85	clkRdErr	unable to read same clock value twice
-84	firstDskErr	I/O System Errors
-83	fmt2Err	can't get enough sync
-82	fmt1Err	can't find sector 0 after track format
-81	sectNFErr	sector number never found on a track
-80	seekErr	track number wrong on address mark
-79	spdAdjErr	unable to correctly adjust disk speed
-78	twoSideErr	tried to read 2nd side on a 1-sided drive
-77	initIWMErr	unable to initialize IWM
-76	tk0BadErr	track 0 detect doesn't change
-75	cantStepErr	step handshake failed
-74	wrUnderrun	write underrun occurred
-73	badDBtSlp	bad data mark bit slip nibbles
-72	badDCksum	bad data mark checksum
-71	noDtaMkErr	couldn't find a data mark header
-70	badBtSlpErr	bad addr mark bit slip nibbles
-69	badCksmErr	addr mark checksum didn't check
-68	dataVerErr	read verify compare failed
-67	noAdrMkErr	couldn't find valid addr mark
-66	fontSubErr	font substitution occured
-65	fontNotDeclared	font not declared
-64	fontDecError	error during font declaration
-61	wrPermErr	write permissions error
-60	badMDBErr	bad master directory block
-59	fsRnErr	file system internal error:during rename the old entry was deleted but could not be restored.
-58	extFSErr	volume in question belongs to an external fs
-57	noMacDskErr	not a mac diskette (sig bytes are wrong)
-56	nsDrvErr	no such drive (tried to mount a bad drive num)
-55	volOnLinErr	drive volume already on-line at MountVol
-54	permErr	permissions error (on file open)
-53	volOffLinErr	volume not on line error (was Ejected)
-52	gfpErr	get file position error
-51	rfNumErr	refnum error
-50	paramErr	error in user parameter list
-49	opWrErr	file already open with with write permission
-48	dupFNErr	duplicate filename (rename)
-47	fBsyErr	File is busy (delete)
-46	vLckdErr	volume is locked
-45	fLckdErr	file is locked
-44	wPrErr	diskette is write protected.
-43	fnfErr	File not found
-42	tmfoErr	too many files open
-41	mFulErr	memory full (open) or file won't fit (load)
-40	posErr	tried to position to before start of file (r/w)
-39	eofErr	End of file
-38	fnOpnErr	File not open
-37	bdNamErr	there may be no bad names in the final system!
-36	ioErr	I/O error (bummers)
-35	nsvErr	no such volume
-34	dskFulErr	disk full
-33	dirFulErr	Directory full
-30	dceExtErr	dce extension error
-29	unitTblFullErr	unit table has no more entries
-28	notOpenErr	Couldn't rd/wr/ctl/sts cause driver not opened
-27	abortErr	IO call aborted by KillIO
-26	dInstErr	DrvrInstall couldn't find driver in resources
-25	dRemovErr	tried to remove an open driver
-24	closErr	I/O System Errors
-23	openErr	I/O System Errors
-22	unitEmptyErr	I/O System Errors
-21	badUnitErr	I/O System Errors
-20	writErr	I/O System Errors
-19	readErr	I/O System Errors
-18	statusErr	I/O System Errors
-17	controlErr	I/O System Errors
-13	dsExtensionsDisabled	say ³Extensions Disabled²
-12	dsHD20Installed	say ³HD20 Startup²
-11	dsDisassemblerInstalled	say ³Disassembler Installed²
-10	dsMacsBugInstalled	say ³MacsBug Installed²
-8	seNoDB	no debugger installed to handle debugger command
-5	SlpTypeErr	invalid queue element
-4	unimpErr	unimplemented core routine
-3	corErr	core routine number out of range
-2	vTypErr	invalid queue element
-1	qErr	queue element not found during deletion
0	tsmComponentNoErr	component result = no error
1	EPERM	Operation not permitted
2	ENOENT	No such file or directory
3	ESRCH	No such process
4	EINTR	Interrupted system call
5	EIO	Input/output error
6	ENXIO	Device not configured
7	E2BIG	Argument list too long
8	ENOEXEC	Exec format error
9	EBADF	Bad file descriptor
10	ECHILD	No child processes
11	EDEADLK	Resource deadlock avoided
12	ENOMEM	Cannot allocate memory
13	EACCES	Permission denied
14	EFAULT	Bad address
15	ENOTBLK	Block device required
16	EBUSY	Device busy
17	EEXIST	File exists
18	EXDEV	Cross-device link
19	ENODEV	Operation not supported by device
20	ENOTDIR	Not a directory
21	EISDIR	Is a directory
22	EINVAL	Invalid argument
23	ENFILE	Too many open files in system
24	EMFILE	Too many open files
25	ENOTTY	Inappropriate ioctl for device
26	ETXTBSY	Text file busy
27	EFBIG	File too large
28	ENOSPC	No space left on device
29	ESPIPE	Illegal seek
30	EROFS	Read-only file system
31	EMLINK	Too many links
32	EPIPE	Broken pipe
33	EDOM	Numerical argument out of domain
34	ERANGE	Result too large
35	EAGAIN	Resource temporarily unavailable
36	EINPROGRESS	Operation now in progress
37	EALREADY	Operation already in progress
38	ENOTSOCK	Socket operation on non-socket
39	EDESTADDRREQ	Destination address required
40	EMSGSIZE	Message too long
41	EPROTOTYPE	Protocol wrong type for socket
42	ENOPROTOOPT	Protocol not available
43	EPROTONOSUPPORT	Protocol not supported
44	ESOCKTNOSUPPORT	Socket type not supported
45	EOPNOTSUPP	Operation not supported on socket
46	EPFNOSUPPORT	Protocol family not supported
47	EAFNOSUPPORT	Address family not supported by protocol family
48	EADDRINUSE	Address already in use
49	EADDRNOTAVAIL	Can't assign requested address
50	ENETDOWN	Network is down
51	ENETUNREACH	Network is unreachable
52	ENETRESET	Network dropped connection on reset
53	ECONNABORTED	Software caused connection abort
54	ECONNRESET	Connection reset by peer
55	ENOBUFS	No buffer space available
56	EISCONN	Socket is already connected
57	ENOTCONN	Socket is not connected
58	ESHUTDOWN	Can't send after socket shutdown
59	ETOOMANYREFS	Too many references: can't splice
60	ETIMEDOUT	Connection timed out
61	ECONNREFUSED	Connection refused
62	ELOOP	Too many levels of symbolic links
63	ENAMETOOLONG	File name too long
64	EHOSTDOWN	Host is down
65	EHOSTUNREACH	No route to host
66	ENOTEMPTY	Directory not empty
67	EPROCLIM	Too many processes
68	EUSERS	Too many users
69	EDQUOT	Disc quota exceeded
70	ESTALE	Stale NFS file handle
71	EREMOTE	Too many levels of remote in path
72	EBADRPC	RPC struct is bad
73	ERPCMISMATCH	RPC version wrong
74	EPROGUNAVAIL	RPC prog. not avail
75	EPROGMISMATCH	Program version wrong
76	EPROCUNAVAIL	Bad procedure for program
77	ENOLCK	No locks available
78	ENOSYS	Function not implemented
79	EFTYPE	Inappropriate file type or format