»Core Development>Code coverage>Lib/plat-mac/macerrors.py

Python code coverage for Lib/plat-mac/macerrors.py

#countcontent
1n/a# -coding=latin1-
2n/a
3n/afrom warnings import warnpy3k
4n/awarnpy3k("In 3.x, the macerrors module is removed.", stacklevel=2)
5n/a
6n/asvTempDisable = -32768 #svTempDisable
7n/asvDisabled = -32640 #Reserve range -32640 to -32768 for Apple temp disables.
8n/afontNotOutlineErr = -32615 #bitmap font passed to routine that does outlines only
9n/akURL68kNotSupportedError = -30788 #kURL68kNotSupportedError
10n/akURLAccessNotAvailableError = -30787 #kURLAccessNotAvailableError
11n/akURLInvalidConfigurationError = -30786 #kURLInvalidConfigurationError
12n/akURLExtensionFailureError = -30785 #kURLExtensionFailureError
13n/akURLFileEmptyError = -30783 #kURLFileEmptyError
14n/akURLInvalidCallError = -30781 #kURLInvalidCallError
15n/akURLUnsettablePropertyError = -30780 #kURLUnsettablePropertyError
16n/akURLPropertyBufferTooSmallError = -30779 #kURLPropertyBufferTooSmallError
17n/akURLUnknownPropertyError = -30778 #kURLUnknownPropertyError
18n/akURLPropertyNotYetKnownError = -30777 #kURLPropertyNotYetKnownError
19n/akURLAuthenticationError = -30776 #kURLAuthenticationError
20n/akURLServerBusyError = -30775 #kURLServerBusyError
21n/akURLUnsupportedSchemeError = -30774 #kURLUnsupportedSchemeError
22n/akURLInvalidURLError = -30773 #kURLInvalidURLError
23n/akURLDestinationExistsError = -30772 #kURLDestinationExistsError
24n/akURLProgressAlreadyDisplayedError = -30771 #kURLProgressAlreadyDisplayedError
25n/akURLInvalidURLReferenceError = -30770 #kURLInvalidURLReferenceError
26n/acontrolHandleInvalidErr = -30599 #controlHandleInvalidErr
27n/acontrolInvalidDataVersionErr = -30597 #controlInvalidDataVersionErr
28n/aerrItemNotControl = -30596 #errItemNotControl
29n/aerrCantEmbedRoot = -30595 #errCantEmbedRoot
30n/aerrCantEmbedIntoSelf = -30594 #errCantEmbedIntoSelf
31n/aerrWindowRegionCodeInvalid = -30593 #errWindowRegionCodeInvalid
32n/aerrControlHiddenOrDisabled = -30592 #errControlHiddenOrDisabled
33n/aerrDataSizeMismatch = -30591 #errDataSizeMismatch
34n/aerrControlIsNotEmbedder = -30590 #errControlIsNotEmbedder
35n/aerrControlsAlreadyExist = -30589 #errControlsAlreadyExist
36n/aerrInvalidPartCode = -30588 #errInvalidPartCode
37n/aerrRootAlreadyExists = -30587 #errRootAlreadyExists
38n/aerrNoRootControl = -30586 #errNoRootControl
39n/aerrCouldntSetFocus = -30585 #errCouldntSetFocus
40n/aerrUnknownControl = -30584 #errUnknownControl
41n/aerrWindowDoesntSupportFocus = -30583 #errWindowDoesntSupportFocus
42n/aerrControlDoesntSupportFocus = -30582 #errControlDoesntSupportFocus
43n/aerrDataNotSupported = -30581 #errDataNotSupported
44n/aerrMessageNotSupported = -30580 #errMessageNotSupported
45n/athemeMonitorDepthNotSupportedErr = -30567 #theme not supported at monitor depth
46n/athemeScriptFontNotFoundErr = -30566 #theme font requested for uninstalled script system
47n/athemeBadCursorIndexErr = -30565 #themeBadCursorIndexErr
48n/athemeHasNoAccentsErr = -30564 #themeHasNoAccentsErr
49n/athemeBadTextColorErr = -30563 #themeBadTextColorErr
50n/athemeProcessNotRegisteredErr = -30562 #themeProcessNotRegisteredErr
51n/athemeProcessRegisteredErr = -30561 #themeProcessRegisteredErr
52n/athemeInvalidBrushErr = -30560 #pattern index invalid
53n/aqtvrUninitialized = -30555 #qtvrUninitialized
54n/aqtvrLibraryLoadErr = -30554 #qtvrLibraryLoadErr
55n/astreamingNodeNotReadyErr = -30553 #streamingNodeNotReadyErr
56n/anoMemoryNodeFailedInitialize = -30552 #noMemoryNodeFailedInitialize
57n/ainvalidHotSpotIDErr = -30551 #invalidHotSpotIDErr
58n/ainvalidNodeFormatErr = -30550 #invalidNodeFormatErr
59n/alimitReachedErr = -30549 #limitReachedErr
60n/asettingNotSupportedByNodeErr = -30548 #settingNotSupportedByNodeErr
61n/apropertyNotSupportedByNodeErr = -30547 #propertyNotSupportedByNodeErr
62n/atimeNotInViewErr = -30546 #timeNotInViewErr
63n/ainvalidViewStateErr = -30545 #invalidViewStateErr
64n/ainvalidNodeIDErr = -30544 #invalidNodeIDErr
65n/aselectorNotSupportedByNodeErr = -30543 #selectorNotSupportedByNodeErr
66n/acallNotSupportedByNodeErr = -30542 #callNotSupportedByNodeErr
67n/aconstraintReachedErr = -30541 #constraintReachedErr
68n/anotAQTVRMovieErr = -30540 #notAQTVRMovieErr
69n/akFBCnoSuchHit = -30532 #kFBCnoSuchHit
70n/akFBCbadSearchSession = -30531 #kFBCbadSearchSession
71n/akFBCindexDiskIOFailed = -30530 #kFBCindexDiskIOFailed
72n/akFBCsummarizationCanceled = -30529 #kFBCsummarizationCanceled
73n/akFBCbadIndexFileVersion = -30528 #kFBCbadIndexFileVersion
74n/akFBCanalysisNotAvailable = -30527 #kFBCanalysisNotAvailable
75n/akFBCillegalSessionChange = -30526 #tried to add/remove vols to a session
76n/akFBCsomeFilesNotIndexed = -30525 #kFBCsomeFilesNotIndexed
77n/akFBCsearchFailed = -30524 #kFBCsearchFailed
78n/akFBCindexNotAvailable = -30523 #kFBCindexNotAvailable
79n/akFBCindexFileDestroyed = -30522 #kFBCindexFileDestroyed
80n/akFBCaccessCanceled = -30521 #kFBCaccessCanceled
81n/akFBCindexingCanceled = -30520 #kFBCindexingCanceled
82n/akFBCnoSearchSession = -30519 #kFBCnoSearchSession
83n/akFBCindexNotFound = -30518 #kFBCindexNotFound
84n/akFBCflushFailed = -30517 #kFBCflushFailed
85n/akFBCaddDocFailed = -30516 #kFBCaddDocFailed
86n/akFBCaccessorStoreFailed = -30515 #kFBCaccessorStoreFailed
87n/akFBCindexCreationFailed = -30514 #couldn't create index
88n/akFBCmergingFailed = -30513 #couldn't merge index files
89n/akFBCtokenizationFailed = -30512 #couldn't read from document or query
90n/akFBCmoveFailed = -30511 #V-Twin exception caught
91n/akFBCdeletionFailed = -30510 #V-Twin exception caught
92n/akFBCcommitFailed = -30509 #V-Twin exception caught
93n/akFBCindexingFailed = -30508 #V-Twin exception caught
94n/akFBCvalidationFailed = -30507 #V-Twin exception caught
95n/akFBCcompactionFailed = -30506 #V-Twin exception caught
96n/akFBCbadIndexFile = -30505 #bad FSSpec, or bad data in file
97n/akFBCfileNotIndexed = -30504 #kFBCfileNotIndexed
98n/akFBCbadParam = -30503 #kFBCbadParam
99n/akFBCallocFailed = -30502 #probably low memory
100n/akFBCnoIndexesFound = -30501 #kFBCnoIndexesFound
101n/akFBCvTwinExceptionErr = -30500 #no telling what it was
102n/akDSpStereoContextErr = -30450 #kDSpStereoContextErr
103n/akDSpInternalErr = -30449 #kDSpInternalErr
104n/akDSpConfirmSwitchWarning = -30448 #kDSpConfirmSwitchWarning
105n/akDSpFrameRateNotReadyErr = -30447 #kDSpFrameRateNotReadyErr
106n/akDSpContextNotFoundErr = -30446 #kDSpContextNotFoundErr
107n/akDSpContextNotReservedErr = -30445 #kDSpContextNotReservedErr
108n/akDSpContextAlreadyReservedErr = -30444 #kDSpContextAlreadyReservedErr
109n/akDSpInvalidAttributesErr = -30443 #kDSpInvalidAttributesErr
110n/akDSpInvalidContextErr = -30442 #kDSpInvalidContextErr
111n/akDSpSystemSWTooOldErr = -30441 #kDSpSystemSWTooOldErr
112n/akDSpNotInitializedErr = -30440 #kDSpNotInitializedErr
113n/akISpListBusyErr = -30429 #kISpListBusyErr
114n/akISpDeviceActiveErr = -30428 #kISpDeviceActiveErr
115n/akISpSystemActiveErr = -30427 #kISpSystemActiveErr
116n/akISpDeviceInactiveErr = -30426 #kISpDeviceInactiveErr
117n/akISpSystemInactiveErr = -30425 #kISpSystemInactiveErr
118n/akISpElementNotInListErr = -30424 #kISpElementNotInListErr
119n/akISpElementInListErr = -30423 #kISpElementInListErr
120n/akISpBufferToSmallErr = -30422 #kISpBufferToSmallErr
121n/akISpSystemListErr = -30421 #kISpSystemListErr
122n/akISpInternalErr = -30420 #kISpInternalErr
123n/akNSpJoinFailedErr = -30399 #kNSpJoinFailedErr
124n/akNSpCantBlockErr = -30398 #kNSpCantBlockErr
125n/akNSpMessageTooBigErr = -30397 #kNSpMessageTooBigErr
126n/akNSpSendFailedErr = -30396 #kNSpSendFailedErr
127n/akNSpConnectFailedErr = -30395 #kNSpConnectFailedErr
128n/akNSpGameTerminatedErr = -30394 #kNSpGameTerminatedErr
129n/akNSpTimeoutErr = -30393 #kNSpTimeoutErr
130n/akNSpInvalidProtocolListErr = -30392 #kNSpInvalidProtocolListErr
131n/akNSpInvalidProtocolRefErr = -30391 #kNSpInvalidProtocolRefErr
132n/akNSpInvalidDefinitionErr = -30390 #kNSpInvalidDefinitionErr
133n/akNSpAddPlayerFailedErr = -30389 #kNSpAddPlayerFailedErr
134n/akNSpCreateGroupFailedErr = -30388 #kNSpCreateGroupFailedErr
135n/akNSpNoHostVolunteersErr = -30387 #kNSpNoHostVolunteersErr
136n/akNSpNoGroupsErr = -30386 #kNSpNoGroupsErr
137n/akNSpNoPlayersErr = -30385 #kNSpNoPlayersErr
138n/akNSpInvalidGroupIDErr = -30384 #kNSpInvalidGroupIDErr
139n/akNSpInvalidPlayerIDErr = -30383 #kNSpInvalidPlayerIDErr
140n/akNSpNameRequiredErr = -30382 #kNSpNameRequiredErr
141n/akNSpFeatureNotImplementedErr = -30381 #kNSpFeatureNotImplementedErr
142n/akNSpAddressInUseErr = -30380 #kNSpAddressInUseErr
143n/akNSpRemovePlayerFailedErr = -30379 #kNSpRemovePlayerFailedErr
144n/akNSpFreeQExhaustedErr = -30378 #kNSpFreeQExhaustedErr
145n/akNSpInvalidAddressErr = -30377 #kNSpInvalidAddressErr
146n/akNSpNotAdvertisingErr = -30376 #kNSpNotAdvertisingErr
147n/akNSpAlreadyAdvertisingErr = -30374 #kNSpAlreadyAdvertisingErr
148n/akNSpMemAllocationErr = -30373 #kNSpMemAllocationErr
149n/akNSpOTVersionTooOldErr = -30371 #kNSpOTVersionTooOldErr
150n/akNSpOTNotPresentErr = -30370 #kNSpOTNotPresentErr
151n/akNSpInvalidParameterErr = -30369 #kNSpInvalidParameterErr
152n/akNSpInvalidGameRefErr = -30367 #kNSpInvalidGameRefErr
153n/akNSpProtocolNotAvailableErr = -30366 #kNSpProtocolNotAvailableErr
154n/akNSpHostFailedErr = -30365 #kNSpHostFailedErr
155n/akNSpPipeFullErr = -30364 #kNSpPipeFullErr
156n/akNSpTopologyNotSupportedErr = -30362 #kNSpTopologyNotSupportedErr
157n/akNSpAlreadyInitializedErr = -30361 #kNSpAlreadyInitializedErr
158n/akNSpInitializationFailedErr = -30360 #kNSpInitializationFailedErr
159n/akSSpScaleToZeroErr = -30344 #kSSpScaleToZeroErr
160n/akSSpParallelUpVectorErr = -30343 #kSSpParallelUpVectorErr
161n/akSSpCantInstallErr = -30342 #kSSpCantInstallErr
162n/akSSpVersionErr = -30341 #kSSpVersionErr
163n/akSSpInternalErr = -30340 #kSSpInternalErr
164n/akALMInternalErr = -30049 #kALMInternalErr
165n/akALMGroupNotFoundErr = -30048 #kALMGroupNotFoundErr
166n/akALMNoSuchModuleErr = -30047 #kALMNoSuchModuleErr
167n/akALMModuleCommunicationErr = -30046 #kALMModuleCommunicationErr
168n/akALMDuplicateModuleErr = -30045 #kALMDuplicateModuleErr
169n/akALMInstallationErr = -30044 #kALMInstallationErr
170n/akALMDeferSwitchErr = -30043 #kALMDeferSwitchErr
171n/akALMRebootFlagsLevelErr = -30042 #kALMRebootFlagsLevelErr
172n/akLocalesDefaultDisplayStatus = -30029 #Requested display locale unavailable, used default
173n/akLocalesTableFormatErr = -30002 #kLocalesTableFormatErr
174n/akLocalesBufferTooSmallErr = -30001 #kLocalesBufferTooSmallErr
175n/akFNSNameNotFoundErr = -29589 #The name with the requested paramters was not found
176n/akFNSBadFlattenedSizeErr = -29587 #flattened size didn't match input or was too small
177n/akFNSInsufficientDataErr = -29586 #insufficient data for the operation
178n/akFNSMismatchErr = -29585 #reference didn't match or wasn't found in profile
179n/akFNSDuplicateReferenceErr = -29584 #the ref. being added is already in the profile
180n/akFNSBadProfileVersionErr = -29583 #profile version is out of known range
181n/akFNSInvalidProfileErr = -29582 #profile is NULL or otherwise bad
182n/akFNSBadReferenceVersionErr = -29581 #ref. version is out of known range
183n/akFNSInvalidReferenceErr = -29580 #ref. was NULL or otherwise bad
184n/akCollateInvalidCollationRef = -29507 #kCollateInvalidCollationRef
185n/akCollateBufferTooSmall = -29506 #kCollateBufferTooSmall
186n/akCollateInvalidChar = -29505 #kCollateInvalidChar
187n/akCollatePatternNotFoundErr = -29504 #kCollatePatternNotFoundErr
188n/akCollateUnicodeConvertFailedErr = -29503 #kCollateUnicodeConvertFailedErr
189n/akCollateMissingUnicodeTableErr = -29502 #kCollateMissingUnicodeTableErr
190n/akCollateInvalidOptions = -29501 #kCollateInvalidOptions
191n/akCollateAttributesNotFoundErr = -29500 #kCollateAttributesNotFoundErr
192n/akMPInvalidIDErr = -29299 #kMPInvalidIDErr
193n/akMPInsufficientResourcesErr = -29298 #kMPInsufficientResourcesErr
194n/akMPTaskAbortedErr = -29297 #kMPTaskAbortedErr
195n/akMPTimeoutErr = -29296 #kMPTimeoutErr
196n/akMPDeletedErr = -29295 #kMPDeletedErr
197n/akMPBlueBlockingErr = -29293 #kMPBlueBlockingErr
198n/akMPTaskStoppedErr = -29292 #A convention used with MPThrowException.
199n/akMPTaskBlockedErr = -29291 #kMPTaskBlockedErr
200n/akMPTaskCreatedErr = -29290 #kMPTaskCreatedErr
201n/akMPProcessTerminatedErr = -29289 #kMPProcessTerminatedErr
202n/akMPProcessCreatedErr = -29288 #kMPProcessCreatedErr
203n/akMPPrivilegedErr = -29276 #kMPPrivilegedErr
204n/akMPIterationEndErr = -29275 #kMPIterationEndErr
205n/akUCTextBreakLocatorMissingType = -25341 #Unicode text break error
206n/akUCOutputBufferTooSmall = -25340 #Output buffer too small for Unicode string result
207n/aerrKCCreateChainFailed = -25318 #errKCCreateChainFailed
208n/aerrKCDataNotModifiable = -25317 #errKCDataNotModifiable
209n/aerrKCDataNotAvailable = -25316 #errKCDataNotAvailable
210n/aerrKCInteractionRequired = -25315 #errKCInteractionRequired
211n/aerrKCNoPolicyModule = -25314 #errKCNoPolicyModule
212n/aerrKCNoCertificateModule = -25313 #errKCNoCertificateModule
213n/aerrKCNoStorageModule = -25312 #errKCNoStorageModule
214n/aerrKCKeySizeNotAllowed = -25311 #errKCKeySizeNotAllowed
215n/aerrKCWrongKCVersion = -25310 #errKCWrongKCVersion
216n/aerrKCReadOnlyAttr = -25309 #errKCReadOnlyAttr
217n/aerrKCInteractionNotAllowed = -25308 #errKCInteractionNotAllowed
218n/aerrKCNoDefaultKeychain = -25307 #errKCNoDefaultKeychain
219n/aerrKCNoSuchClass = -25306 #errKCNoSuchClass
220n/aerrKCInvalidSearchRef = -25305 #errKCInvalidSearchRef
221n/aerrKCInvalidItemRef = -25304 #errKCInvalidItemRef
222n/aerrKCNoSuchAttr = -25303 #errKCNoSuchAttr
223n/aerrKCDataTooLarge = -25302 #errKCDataTooLarge
224n/aerrKCBufferTooSmall = -25301 #errKCBufferTooSmall
225n/aerrKCItemNotFound = -25300 #errKCItemNotFound
226n/aerrKCDuplicateItem = -25299 #errKCDuplicateItem
227n/aerrKCInvalidCallback = -25298 #errKCInvalidCallback
228n/aerrKCDuplicateCallback = -25297 #errKCDuplicateCallback
229n/aerrKCDuplicateKeychain = -25296 #errKCDuplicateKeychain
230n/aerrKCInvalidKeychain = -25295 #errKCInvalidKeychain
231n/aerrKCNoSuchKeychain = -25294 #errKCNoSuchKeychain
232n/aerrKCAuthFailed = -25293 #errKCAuthFailed
233n/aerrKCReadOnly = -25292 #errKCReadOnly
234n/aerrKCNotAvailable = -25291 #errKCNotAvailable
235n/aprinterStatusOpCodeNotSupportedErr = -25280 #printerStatusOpCodeNotSupportedErr
236n/akTXNOutsideOfFrameErr = -22018 #kTXNOutsideOfFrameErr
237n/akTXNOutsideOfLineErr = -22017 #kTXNOutsideOfLineErr
238n/akTXNATSUIIsNotInstalledErr = -22016 #kTXNATSUIIsNotInstalledErr
239n/akTXNDataTypeNotAllowedErr = -22015 #kTXNDataTypeNotAllowedErr
240n/akTXNCopyNotAllowedInEchoModeErr = -22014 #kTXNCopyNotAllowedInEchoModeErr
241n/akTXNCannotTurnTSMOffWhenUsingUnicodeErr = -22013 #kTXNCannotTurnTSMOffWhenUsingUnicodeErr
242n/akTXNAlreadyInitializedErr = -22012 #kTXNAlreadyInitializedErr
243n/akTXNInvalidRunIndex = -22011 #kTXNInvalidRunIndex
244n/akTXNSomeOrAllTagsInvalidForRunErr = -22010 #kTXNSomeOrAllTagsInvalidForRunErr
245n/akTXNAttributeTagInvalidForRunErr = -22009 #dataValue is set to this per invalid tag
246n/akTXNNoMatchErr = -22008 #kTXNNoMatchErr
247n/akTXNRunIndexOutofBoundsErr = -22007 #kTXNRunIndexOutofBoundsErr
248n/akTXNCannotSetAutoIndentErr = -22006 #kTXNCannotSetAutoIndentErr
249n/akTXNBadDefaultFileTypeWarning = -22005 #kTXNBadDefaultFileTypeWarning
250n/akTXNUserCanceledOperationErr = -22004 #kTXNUserCanceledOperationErr
251n/akTXNIllegalToCrossDataBoundariesErr = -22003 #kTXNIllegalToCrossDataBoundariesErr
252n/akTXNInvalidFrameIDErr = -22002 #kTXNInvalidFrameIDErr
253n/akTXNCannotAddFrameErr = -22001 #kTXNCannotAddFrameErr
254n/akTXNEndIterationErr = -22000 #kTXNEndIterationErr
255n/ainvalidIndexErr = -20002 #The recordIndex parameter is not valid.
256n/arecordDataTooBigErr = -20001 #The record data is bigger than buffer size (1024 bytes).
257n/aunknownInsertModeErr = -20000 #There is no such an insert mode.
258n/akModemScriptMissing = -14002 #kModemScriptMissing
259n/akModemPreferencesMissing = -14001 #kModemPreferencesMissing
260n/akModemOutOfMemory = -14000 #kModemOutOfMemory
261n/akHIDBaseError = -13950 #kHIDBaseError
262n/akHIDNullStateErr = -13949 #kHIDNullStateErr
263n/akHIDBufferTooSmallErr = -13948 #kHIDBufferTooSmallErr
264n/akHIDValueOutOfRangeErr = -13947 #kHIDValueOutOfRangeErr
265n/akHIDUsageNotFoundErr = -13946 #kHIDUsageNotFoundErr
266n/akHIDNotValueArrayErr = -13945 #kHIDNotValueArrayErr
267n/akHIDInvalidPreparsedDataErr = -13944 #kHIDInvalidPreparsedDataErr
268n/akHIDIncompatibleReportErr = -13943 #kHIDIncompatibleReportErr
269n/akHIDBadLogPhysValuesErr = -13942 #kHIDBadLogPhysValuesErr
270n/akHIDInvalidReportTypeErr = -13941 #kHIDInvalidReportTypeErr
271n/akHIDInvalidReportLengthErr = -13940 #kHIDInvalidReportLengthErr
272n/akHIDNullPointerErr = -13939 #kHIDNullPointerErr
273n/akHIDBadParameterErr = -13938 #kHIDBadParameterErr
274n/akHIDNotEnoughMemoryErr = -13937 #kHIDNotEnoughMemoryErr
275n/akHIDEndOfDescriptorErr = -13936 #kHIDEndOfDescriptorErr
276n/akHIDUsagePageZeroErr = -13935 #kHIDUsagePageZeroErr
277n/akHIDBadLogicalMinimumErr = -13934 #kHIDBadLogicalMinimumErr
278n/akHIDBadLogicalMaximumErr = -13933 #kHIDBadLogicalMaximumErr
279n/akHIDInvertedLogicalRangeErr = -13932 #kHIDInvertedLogicalRangeErr
280n/akHIDInvertedPhysicalRangeErr = -13931 #kHIDInvertedPhysicalRangeErr
281n/akHIDUnmatchedUsageRangeErr = -13930 #kHIDUnmatchedUsageRangeErr
282n/akHIDInvertedUsageRangeErr = -13929 #kHIDInvertedUsageRangeErr
283n/akHIDUnmatchedStringRangeErr = -13928 #kHIDUnmatchedStringRangeErr
284n/akHIDUnmatchedDesignatorRangeErr = -13927 #kHIDUnmatchedDesignatorRangeErr
285n/akHIDReportSizeZeroErr = -13926 #kHIDReportSizeZeroErr
286n/akHIDReportCountZeroErr = -13925 #kHIDReportCountZeroErr
287n/akHIDReportIDZeroErr = -13924 #kHIDReportIDZeroErr
288n/akHIDInvalidRangePageErr = -13923 #kHIDInvalidRangePageErr
289n/akHIDDeviceNotReady = -13910 #The device is still initializing, try again later
290n/akHIDVersionIncompatibleErr = -13909 #kHIDVersionIncompatibleErr
291n/adebuggingNoMatchErr = -13887 #debugging component or option not found at this index
292n/adebuggingNoCallbackErr = -13886 #debugging component has no callback
293n/adebuggingInvalidNameErr = -13885 #componentName or optionName is invalid (NULL)
294n/adebuggingInvalidOptionErr = -13884 #optionSelectorNum is not registered
295n/adebuggingInvalidSignatureErr = -13883 #componentSignature not registered
296n/adebuggingDuplicateOptionErr = -13882 #optionSelectorNum already registered
297n/adebuggingDuplicateSignatureErr = -13881 #componentSignature already registered
298n/adebuggingExecutionContextErr = -13880 #routine cannot be called at this time
299n/akBridgeSoftwareRunningCantSleep = -13038 #kBridgeSoftwareRunningCantSleep
300n/akNoSuchPowerSource = -13020 #kNoSuchPowerSource
301n/akProcessorTempRoutineRequiresMPLib2 = -13014 #kProcessorTempRoutineRequiresMPLib2
302n/akCantReportProcessorTemperatureErr = -13013 #kCantReportProcessorTemperatureErr
303n/akPowerMgtRequestDenied = -13010 #kPowerMgtRequestDenied
304n/akPowerMgtMessageNotHandled = -13009 #kPowerMgtMessageNotHandled
305n/akPowerHandlerNotFoundForProcErr = -13008 #kPowerHandlerNotFoundForProcErr
306n/akPowerHandlerNotFoundForDeviceErr = -13007 #kPowerHandlerNotFoundForDeviceErr
307n/akPowerHandlerExistsForDeviceErr = -13006 #kPowerHandlerExistsForDeviceErr
308n/apmRecvEndErr = -13005 #during receive, pmgr did not finish hs configured for this connection
309n/apmRecvStartErr = -13004 #during receive, pmgr did not start hs
310n/apmSendEndErr = -13003 #during send, pmgr did not finish hs
311n/apmSendStartErr = -13002 #during send, pmgr did not start hs
312n/apmReplyTOErr = -13001 #Timed out waiting for reply
313n/apmBusyErr = -13000 #Power Mgr never ready to start handshake
314n/apictureDataErr = -11005 #the picture data was invalid
315n/acolorsRequestedErr = -11004 #the number of colors requested was illegal
316n/acantLoadPickMethodErr = -11003 #unable to load the custom pick proc
317n/apictInfoVerbErr = -11002 #the passed verb was invalid
318n/apictInfoIDErr = -11001 #the internal consistancy check for the PictInfoID is wrong
319n/apictInfoVersionErr = -11000 #wrong version of the PictInfo structure
320n/aerrTaskNotFound = -10780 #no task with that task id exists
321n/atelNotEnoughdspBW = -10116 #not enough real-time for allocation
322n/atelBadSampleRate = -10115 #incompatible sample rate
323n/atelBadSWErr = -10114 #Software not installed properly
324n/atelDetAlreadyOn = -10113 #detection is already turned on
325n/atelAutoAnsNotOn = -10112 #autoAnswer in not turned on
326n/atelValidateFailed = -10111 #telValidate failed
327n/atelBadProcID = -10110 #invalid procID
328n/atelDeviceNotFound = -10109 #device not found
329n/atelBadCodeResource = -10108 #code resource not found
330n/atelInitFailed = -10107 #initialization failed
331n/atelNoCommFolder = -10106 #Communications/Extensions € not found
332n/atelUnknownErr = -10103 #unable to set config
333n/atelNoSuchTool = -10102 #unable to find tool with name specified
334n/atelBadFunction = -10091 #bad msgCode specified
335n/atelPBErr = -10090 #parameter block error, bad format
336n/atelCANotDeflectable = -10082 #CA not "deflectable"
337n/atelCANotRejectable = -10081 #CA not "rejectable"
338n/atelCANotAcceptable = -10080 #CA not "acceptable"
339n/atelTermNotOpen = -10072 #terminal not opened via TELOpenTerm
340n/atelStillNeeded = -10071 #terminal driver still needed by someone else
341n/atelAlreadyOpen = -10070 #terminal already open
342n/atelNoCallbackRef = -10064 #no call back reference was specified, but is required
343n/atelDisplayModeNotSupp = -10063 #display mode not supported by tool
344n/atelBadDisplayMode = -10062 #bad display mode specified
345n/atelFwdTypeNotSupp = -10061 #forward type not supported by tool
346n/atelDNTypeNotSupp = -10060 #DN type not supported by tool
347n/atelBadRate = -10059 #bad rate specified
348n/atelBadBearerType = -10058 #bad bearerType specified
349n/atelBadSelect = -10057 #unable to select or deselect DN
350n/atelBadParkID = -10056 #bad park id specified
351n/atelBadPickupGroupID = -10055 #bad pickup group ID specified
352n/atelBadFwdType = -10054 #bad fwdType specified
353n/atelBadFeatureID = -10053 #bad feature ID specified
354n/atelBadIntercomID = -10052 #bad intercom ID specified
355n/atelBadPageID = -10051 #bad page ID specified
356n/atelBadDNType = -10050 #DN type invalid
357n/atelConfLimitExceeded = -10047 #attempt to exceed switch conference limits
358n/atelCBErr = -10046 #call back feature not set previously
359n/atelTransferRej = -10045 #transfer request rejected
360n/atelTransferErr = -10044 #transfer not prepared
361n/atelConfRej = -10043 #conference request was rejected
362n/atelConfErr = -10042 #conference was not prepared
363n/atelConfNoLimit = -10041 #no limit was specified but required
364n/atelConfLimitErr = -10040 #limit specified is too high for this configuration
365n/atelFeatNotSupp = -10033 #feature program call not supported by this tool
366n/atelFeatActive = -10032 #feature already active
367n/atelFeatNotAvail = -10031 #feature subscribed but not available
368n/atelFeatNotSub = -10030 #feature not subscribed
369n/aerrAEPropertiesClash = -10025 #illegal combination of properties settings for Set Data, make new, or duplicate
370n/aerrAECantPutThatThere = -10024 #in make new, duplicate, etc. class can't be an element of container
371n/aerrAENotAnEnumMember = -10023 #enumerated value in SetData is not allowed for this property
372n/atelIntExtNotSupp = -10022 #internal external type not supported by this tool
373n/atelBadIntExt = -10021 #bad internal external error
374n/atelStateNotSupp = -10020 #device state not supported by tool
375n/atelBadStateErr = -10019 #bad device state specified
376n/atelIndexNotSupp = -10018 #index not supported by this tool
377n/atelBadIndex = -10017 #bad index specified
378n/atelAPattNotSupp = -10016 #alerting pattern not supported by tool
379n/atelBadAPattErr = -10015 #bad alerting pattern specified
380n/atelVTypeNotSupp = -10014 #volume type not supported by this tool
381n/atelBadVTypeErr = -10013 #bad volume type error
382n/atelBadLevelErr = -10012 #bad volume level setting
383n/atelHTypeNotSupp = -10011 #hook type not supported by this tool
384n/atelBadHTypeErr = -10010 #bad hook type specified
385n/aerrAECantSupplyType = -10009 #errAECantSupplyType
386n/atelNoOpenErr = -10008 #unable to open terminal
387n/atelNoMemErr = -10007 #no memory to allocate handle
388n/aerrOSACantAssign = -10006 #Signaled when an object cannot be set in a container.
389n/atelBadProcErr = -10005 #bad msgProc specified
390n/atelBadHandErr = -10004 #bad handle specified
391n/aOSAIllegalAssign = -10003 #Signaled when an object can never be set in a container
392n/atelBadDNErr = -10002 #TELDNHandle not found or invalid
393n/atelBadTermErr = -10001 #invalid TELHandle or handle not found
394n/aerrAEEventFailed = -10000 #errAEEventFailed
395n/acannotMoveAttachedController = -9999 #cannotMoveAttachedController
396n/acontrollerHasFixedHeight = -9998 #controllerHasFixedHeight
397n/acannotSetWidthOfAttachedController = -9997 #cannotSetWidthOfAttachedController
398n/acontrollerBoundsNotExact = -9996 #controllerBoundsNotExact
399n/aeditingNotAllowed = -9995 #editingNotAllowed
400n/abadControllerHeight = -9994 #badControllerHeight
401n/adeviceCantMeetRequest = -9408 #deviceCantMeetRequest
402n/aseqGrabInfoNotAvailable = -9407 #seqGrabInfoNotAvailable
403n/abadSGChannel = -9406 #badSGChannel
404n/acouldntGetRequiredComponent = -9405 #couldntGetRequiredComponent
405n/anotEnoughDiskSpaceToGrab = -9404 #notEnoughDiskSpaceToGrab
406n/anotEnoughMemoryToGrab = -9403 #notEnoughMemoryToGrab
407n/acantDoThatInCurrentMode = -9402 #cantDoThatInCurrentMode
408n/agrabTimeComplete = -9401 #grabTimeComplete
409n/anoDeviceForChannel = -9400 #noDeviceForChannel
410n/akNoCardBusCISErr = -9109 #No valid CIS exists for this CardBus card
411n/akNotZVCapableErr = -9108 #This socket does not support Zoomed Video
412n/akCardPowerOffErr = -9107 #Power to the card has been turned off
413n/akAttemptDupCardEntryErr = -9106 #The Enabler was asked to create a duplicate card entry
414n/akAlreadySavedStateErr = -9105 #The state has been saved on previous call
415n/akTooManyIOWindowsErr = -9104 #device requested more than one I/O window
416n/akNotReadyErr = -9103 #PC Card failed to go ready
417n/akClientRequestDenied = -9102 #CS Clients should return this code inorder to
418n/akNoCompatibleNameErr = -9101 #There is no compatible driver name for this device
419n/akNoEnablerForCardErr = -9100 #No Enablers were found that can support the card
420n/akNoCardEnablersFoundErr = -9099 #No Enablers were found
421n/akUnsupportedCardErr = -9098 #Card not supported by generic enabler
422n/akNoClientTableErr = -9097 #The client table has not be initialized yet
423n/akNoMoreInterruptSlotsErr = -9096 #All internal Interrupt slots are in use
424n/akNoMoreTimerClientsErr = -9095 #All timer callbacks are in use
425n/akNoIOWindowRequestedErr = -9094 #Request I/O window before calling configuration
426n/akBadCustomIFIDErr = -9093 #Custom interface ID is invalid
427n/akBadTupleDataErr = -9092 #Data in tuple is invalid
428n/akInvalidCSClientErr = -9091 #Card Services ClientID is not registered
429n/akUnsupportedVsErr = -9090 #Unsupported Voltage Sense
430n/akInvalidDeviceNumber = -9089 #kInvalidDeviceNumber
431n/akPostCardEventErr = -9088 #_PCCSLPostCardEvent failed and dropped an event
432n/akCantConfigureCardErr = -9087 #kCantConfigureCardErr
433n/akPassCallToChainErr = -9086 #kPassCallToChainErr
434n/akCardBusCardErr = -9085 #kCardBusCardErr
435n/ak16BitCardErr = -9084 #k16BitCardErr
436n/akBadDeviceErr = -9083 #kBadDeviceErr
437n/akBadLinkErr = -9082 #kBadLinkErr
438n/akInvalidRegEntryErr = -9081 #kInvalidRegEntryErr
439n/akNoCardSevicesSocketsErr = -9080 #kNoCardSevicesSocketsErr
440n/akOutOfResourceErr = -9079 #Card Services has exhausted the resource
441n/akNoMoreItemsErr = -9078 #there are no more of the requested item
442n/akInUseErr = -9077 #requested resource is being used by a client
443n/akConfigurationLockedErr = -9076 #a configuration has already been locked
444n/akWriteProtectedErr = -9075 #media is write-protected
445n/akBusyErr = -9074 #unable to process request at this time - try later
446n/akUnsupportedModeErr = -9073 #mode is not supported
447n/akUnsupportedFunctionErr = -9072 #function is not supported by this implementation
448n/akNoCardErr = -9071 #no PC card in the socket
449n/akGeneralFailureErr = -9070 #an undefined error has occurred
450n/akWriteFailureErr = -9069 #unable to complete write request
451n/akReadFailureErr = -9068 #unable to complete read request
452n/akBadSpeedErr = -9067 #specified speed is unavailable
453n/akBadCISErr = -9066 #CIS on card is invalid
454n/akBadHandleErr = -9065 #clientHandle is invalid
455n/akBadArgsErr = -9064 #values in argument packet are invalid
456n/akBadArgLengthErr = -9063 #ArgLength argument is invalid
457n/akBadWindowErr = -9062 #specified window is invalid
458n/akBadVppErr = -9061 #specified Vpp1 or Vpp2 power level index is invalid
459n/akBadVccErr = -9060 #specified Vcc power level index is invalid
460n/akBadTypeErr = -9059 #specified window or interface type is invalid
461n/akBadSocketErr = -9058 #specified logical or physical socket number is invalid
462n/akBadSizeErr = -9057 #specified size is invalid
463n/akBadPageErr = -9056 #specified page is invalid
464n/akBadOffsetErr = -9055 #specified PC card memory array offset is invalid
465n/akBadIRQErr = -9054 #specified IRQ level is invalid
466n/akBadEDCErr = -9053 #specified EDC generator specified is invalid
467n/akBadBaseErr = -9052 #specified base system memory address is invalid
468n/akBadAttributeErr = -9051 #specified attributes field value is invalid
469n/akBadAdapterErr = -9050 #invalid adapter number
470n/acodecOffscreenFailedPleaseRetryErr = -8992 #codecOffscreenFailedPleaseRetryErr
471n/alockPortBitsWrongGDeviceErr = -8991 #lockPortBitsWrongGDeviceErr
472n/adirectXObjectAlreadyExists = -8990 #directXObjectAlreadyExists
473n/acodecDroppedFrameErr = -8989 #returned from ImageCodecDrawBand
474n/acodecOffscreenFailedErr = -8988 #codecOffscreenFailedErr
475n/acodecNeedAccessKeyErr = -8987 #codec needs password in order to decompress
476n/acodecParameterDialogConfirm = -8986 #codecParameterDialogConfirm
477n/alockPortBitsSurfaceLostErr = -8985 #lockPortBitsSurfaceLostErr
478n/alockPortBitsBadPortErr = -8984 #lockPortBitsBadPortErr
479n/alockPortBitsWindowClippedErr = -8983 #lockPortBitsWindowClippedErr
480n/alockPortBitsWindowResizedErr = -8982 #lockPortBitsWindowResizedErr
481n/alockPortBitsWindowMovedErr = -8981 #lockPortBitsWindowMovedErr
482n/alockPortBitsBadSurfaceErr = -8980 #lockPortBitsBadSurfaceErr
483n/acodecNeedToFlushChainErr = -8979 #codecNeedToFlushChainErr
484n/acodecDisabledErr = -8978 #codec disabled itself -- pass codecFlagReenable to reset
485n/acodecNoMemoryPleaseWaitErr = -8977 #codecNoMemoryPleaseWaitErr
486n/acodecNothingToBlitErr = -8976 #codecNothingToBlitErr
487n/acodecCantQueueErr = -8975 #codecCantQueueErr
488n/acodecCantWhenErr = -8974 #codecCantWhenErr
489n/acodecOpenErr = -8973 #codecOpenErr
490n/acodecConditionErr = -8972 #codecConditionErr
491n/acodecExtensionNotFoundErr = -8971 #codecExtensionNotFoundErr
492n/acodecDataVersErr = -8970 #codecDataVersErr
493n/acodecBadDataErr = -8969 #codecBadDataErr
494n/acodecWouldOffscreenErr = -8968 #codecWouldOffscreenErr
495n/acodecAbortErr = -8967 #codecAbortErr
496n/acodecSpoolErr = -8966 #codecSpoolErr
497n/acodecImageBufErr = -8965 #codecImageBufErr
498n/acodecScreenBufErr = -8964 #codecScreenBufErr
499n/acodecSizeErr = -8963 #codecSizeErr
500n/acodecUnimpErr = -8962 #codecUnimpErr
501n/anoCodecErr = -8961 #noCodecErr
502n/acodecErr = -8960 #codecErr
503n/akIllegalClockValueErr = -8852 #kIllegalClockValueErr
504n/akUTCOverflowErr = -8851 #kUTCOverflowErr
505n/akUTCUnderflowErr = -8850 #kUTCUnderflowErr
506n/akATSULastErr = -8809 #The last ATSUI error code.
507n/akATSULineBreakInWord = -8808 #This is not an error code but is returned by ATSUBreakLine to
508n/akATSUCoordinateOverflowErr = -8807 #Used to indicate the coordinates provided to an ATSUI routine caused
509n/akATSUNoFontScalerAvailableErr = -8806 #Used when no font scaler is available for the font passed
510n/akATSUNoFontCmapAvailableErr = -8805 #Used when no CMAP table can be accessed or synthesized for the
511n/akATSULowLevelErr = -8804 #Used when an error was encountered within the low level ATS
512n/akATSUQuickDrawTextErr = -8803 #Used when QuickDraw Text encounters an error rendering or measuring
513n/akATSUNoStyleRunsAssignedErr = -8802 #Used when an attempt was made to measure, highlight or draw
514n/akATSUNotSetErr = -8801 #Used when the client attempts to retrieve an attribute,
515n/akATSUInvalidCacheErr = -8800 #Used when an attempt was made to read in style data
516n/akATSUInvalidAttributeTagErr = -8799 #Used when an attempt was made to use a tag value that
517n/akATSUInvalidAttributeSizeErr = -8798 #Used when an attempt was made to use an attribute with a
518n/akATSUInvalidAttributeValueErr = -8797 #Used when an attempt was made to use an attribute with
519n/akATSUInvalidFontErr = -8796 #Used when an attempt was made to use an invalid font ID.
520n/akATSUNoCorrespondingFontErr = -8795 #This value is retrned by font ID conversion
521n/akATSUFontsNotMatched = -8794 #This value is returned by ATSUMatchFontsToText()
522n/akATSUFontsMatched = -8793 #This is not an error code but is returned by
523n/akATSUInvalidTextRangeErr = -8792 #An attempt was made to extract information
524n/akATSUInvalidStyleErr = -8791 #An attempt was made to use a ATSUStyle which
525n/akATSUInvalidTextLayoutErr = -8790 #An attempt was made to use a ATSUTextLayout
526n/akTECOutputBufferFullStatus = -8785 #output buffer has no room for conversion of next input text element (partial conversion)
527n/akTECNeedFlushStatus = -8784 #kTECNeedFlushStatus
528n/akTECUsedFallbacksStatus = -8783 #kTECUsedFallbacksStatus
529n/akTECItemUnavailableErr = -8771 #item (e.g. name) not available for specified region (& encoding if relevant)
530n/akTECGlobalsUnavailableErr = -8770 #globals have already been deallocated (premature TERM)
531n/aunicodeChecksumErr = -8769 #unicodeChecksumErr
532n/aunicodeNoTableErr = -8768 #unicodeNoTableErr
533n/aunicodeVariantErr = -8767 #unicodeVariantErr
534n/aunicodeFallbacksErr = -8766 #unicodeFallbacksErr
535n/aunicodePartConvertErr = -8765 #unicodePartConvertErr
536n/aunicodeBufErr = -8764 #unicodeBufErr
537n/aunicodeCharErr = -8763 #unicodeCharErr
538n/aunicodeElementErr = -8762 #unicodeElementErr
539n/aunicodeNotFoundErr = -8761 #unicodeNotFoundErr
540n/aunicodeTableFormatErr = -8760 #unicodeTableFormatErr
541n/aunicodeDirectionErr = -8759 #unicodeDirectionErr
542n/aunicodeContextualErr = -8758 #unicodeContextualErr
543n/aunicodeTextEncodingDataErr = -8757 #unicodeTextEncodingDataErr
544n/akTECDirectionErr = -8756 #direction stack overflow, etc.
545n/akTECIncompleteElementErr = -8755 #text element may be incomplete or is too long for internal buffers
546n/akTECUnmappableElementErr = -8754 #kTECUnmappableElementErr
547n/akTECPartialCharErr = -8753 #input buffer ends in the middle of a multibyte character, conversion stopped
548n/akTECBadTextRunErr = -8752 #kTECBadTextRunErr
549n/akTECArrayFullErr = -8751 #supplied name buffer or TextRun, TextEncoding, or UnicodeMapping array is too small
550n/akTECBufferBelowMinimumSizeErr = -8750 #output buffer too small to allow processing of first input text element
551n/akTECNoConversionPathErr = -8749 #kTECNoConversionPathErr
552n/akTECCorruptConverterErr = -8748 #invalid converter object reference
553n/akTECTableFormatErr = -8747 #kTECTableFormatErr
554n/akTECTableChecksumErr = -8746 #kTECTableChecksumErr
555n/akTECMissingTableErr = -8745 #kTECMissingTableErr
556n/akTextUndefinedElementErr = -8740 #text conversion errors
557n/akTextMalformedInputErr = -8739 #in DBCS, for example, high byte followed by invalid low byte
558n/akTextUnsupportedEncodingErr = -8738 #specified encoding not supported for this operation
559n/akRANotEnabled = -7139 #kRANotEnabled
560n/akRACallBackFailed = -7138 #kRACallBackFailed
561n/akRADuplicateIPAddr = -7137 #kRADuplicateIPAddr
562n/akRANCPRejectedbyPeer = -7136 #kRANCPRejectedbyPeer
563n/akRAExtAuthenticationFailed = -7135 #kRAExtAuthenticationFailed
564n/akRAATalkInactive = -7134 #kRAATalkInactive
565n/akRAPeerNotResponding = -7133 #kRAPeerNotResponding
566n/akRAPPPPeerDisconnected = -7132 #kRAPPPPeerDisconnected
567n/akRAPPPUserDisconnected = -7131 #kRAPPPUserDisconnected
568n/akRAPPPNegotiationFailed = -7130 #kRAPPPNegotiationFailed
569n/akRAPPPAuthenticationFailed = -7129 #kRAPPPAuthenticationFailed
570n/akRAPPPProtocolRejected = -7128 #kRAPPPProtocolRejected
571n/adcmBufferOverflowErr = -7127 #data is larger than buffer size
572n/akRANotPrimaryInterface = -7126 #when IPCP is not primary TCP/IP intf.
573n/akRATCPIPNotConfigured = -7125 #TCP/IP not configured, could be loaded
574n/akRATCPIPInactive = -7124 #TCP/IP inactive, cannot be loaded
575n/akRARemoteAccessNotReady = -7123 #kRARemoteAccessNotReady
576n/akRAInitOpenTransportFailed = -7122 #kRAInitOpenTransportFailed
577n/adcmProtectedErr = -7121 #need keyword to use dictionary
578n/akRAUserPwdEntryRequired = -7120 #kRAUserPwdEntryRequired
579n/akRAUserPwdChangeRequired = -7119 #kRAUserPwdChangeRequired
580n/adcmBadFindMethodErr = -7118 #no such find method supported
581n/akRAInvalidSerialProtocol = -7117 #kRAInvalidSerialProtocol
582n/akRAInvalidPortState = -7116 #kRAInvalidPortState
583n/adcmBadKeyErr = -7115 #bad key information
584n/akRAPortBusy = -7114 #kRAPortBusy
585n/akRAInstallationDamaged = -7113 #kRAInstallationDamaged
586n/adcmBadFieldTypeErr = -7112 #no such field type supported
587n/adcmBadFieldInfoErr = -7111 #incomplete information
588n/adcmNecessaryFieldErr = -7110 #lack required/identify field
589n/adcmDupRecordErr = -7109 #same record already exist
590n/akRANotConnected = -7108 #kRANotConnected
591n/adcmBlockFullErr = -7107 #dictionary block full
592n/akRAMissingResources = -7106 #kRAMissingResources
593n/adcmDictionaryBusyErr = -7105 #dictionary is busy
594n/adcmDictionaryNotOpenErr = -7104 #dictionary not opened
595n/adcmPermissionErr = -7103 #invalid permission
596n/adcmBadDictionaryErr = -7102 #invalid dictionary
597n/adcmNotDictionaryErr = -7101 #not dictionary
598n/akRAInvalidParameter = -7100 #kRAInvalidParameter
599n/alaEngineNotFoundErr = -7000 #can't find the engine
600n/alaPropertyErr = -6999 #Error in properties
601n/akUSBUnknownDeviceErr = -6998 #device ref not recognised
602n/alaPropertyIsReadOnlyErr = -6997 #the property is read only
603n/alaPropertyUnknownErr = -6996 #the property is unknown to this environment
604n/alaPropertyValueErr = -6995 #Invalid property value
605n/alaDictionaryTooManyErr = -6994 #too many dictionaries
606n/alaDictionaryUnknownErr = -6993 #can't use this dictionary with this environment
607n/alaDictionaryNotOpenedErr = -6992 #the dictionary is not opened
608n/alaTextOverFlowErr = -6991 #text is too long
609n/alaFailAnalysisErr = -6990 #analysis failed
610n/alaNoMoreMorphemeErr = -6989 #nothing to read
611n/alaInvalidPathErr = -6988 #path is not correct
612n/akUSBNotHandled = -6987 #Notification was not handled (same as NotFound)
613n/alaEnvironmentNotFoundErr = -6986 #can't fint the specified environment
614n/alaEnvironmentBusyErr = -6985 #specified environment is used
615n/alaTooSmallBufferErr = -6984 #output buffer is too small to store any result
616n/akUSBFlagsError = -6983 #Unused flags not zeroed
617n/akUSBAbortedError = -6982 #Pipe aborted
618n/akUSBNoBandwidthError = -6981 #Not enough bandwidth available
619n/akUSBPipeIdleError = -6980 #Pipe is Idle, it will not accept transactions
620n/akUSBPipeStalledError = -6979 #Pipe has stalled, error needs to be cleared
621n/akUSBUnknownInterfaceErr = -6978 #Interface ref not recognised
622n/akUSBDeviceBusy = -6977 #Device is already being configured
623n/akUSBDevicePowerProblem = -6976 #Device has a power problem
624n/akUSBInvalidBuffer = -6975 #bad buffer, usually nil
625n/akUSBDeviceSuspended = -6974 #Device is suspended
626n/akUSBDeviceNotSuspended = -6973 #device is not suspended for resume
627n/akUSBDeviceDisconnected = -6972 #Disconnected during suspend or reset
628n/akUSBTimedOut = -6971 #Transaction timed out.
629n/akUSBQueueAborted = -6970 #Pipe zero stall cleared.
630n/akUSBPortDisabled = -6969 #The port you are attached to is disabled, use USBDeviceReset.
631n/akUSBBadDispatchTable = -6950 #Improper driver dispatch table
632n/akUSBUnknownNotification = -6949 #Notification type not defined
633n/akUSBQueueFull = -6948 #Internal queue maxxed
634n/akUSBLinkErr = -6916 #kUSBLinkErr
635n/akUSBCRCErr = -6915 #Pipe stall, bad CRC
636n/akUSBBitstufErr = -6914 #Pipe stall, bitstuffing
637n/akUSBDataToggleErr = -6913 #Pipe stall, Bad data toggle
638n/akUSBEndpointStallErr = -6912 #Device didn't understand
639n/akUSBNotRespondingErr = -6911 #Pipe stall, No device, device hung
640n/akUSBPIDCheckErr = -6910 #Pipe stall, PID CRC error
641n/akUSBWrongPIDErr = -6909 #Pipe stall, Bad or wrong PID
642n/akUSBOverRunErr = -6908 #Packet too large or more data than buffer
643n/akUSBUnderRunErr = -6907 #Less data than buffer
644n/akUSBRes1Err = -6906 #kUSBRes1Err
645n/akUSBRes2Err = -6905 #kUSBRes2Err
646n/akUSBBufOvrRunErr = -6904 #Host hardware failure on data in, PCI busy?
647n/akUSBBufUnderRunErr = -6903 #Host hardware failure on data out, PCI busy?
648n/akUSBNotSent1Err = -6902 #Transaction not sent
649n/akUSBNotSent2Err = -6901 #Transaction not sent
650n/akDMFoundErr = -6232 #Did not proceed because we found an item
651n/akDMMainDisplayCannotMoveErr = -6231 #Trying to move main display (or a display mirrored to it)
652n/akDMDisplayAlreadyInstalledErr = -6230 #Attempt to add an already installed display.
653n/akDMDisplayNotFoundErr = -6229 #Could not find item (will someday remove).
654n/akDMDriverNotDisplayMgrAwareErr = -6228 #Video Driver does not support display manager.
655n/akDMSWNotInitializedErr = -6227 #Required software not initialized (eg windowmanager or display mgr).
656n/akSysSWTooOld = -6226 #Missing critical pieces of System Software.
657n/akDMMirroringNotOn = -6225 #Returned by all calls that need mirroring to be on to do their thing.
658n/akDMCantBlock = -6224 #Mirroring is already on, canÕt Block now (call DMUnMirror() first).
659n/akDMMirroringBlocked = -6223 #DMBlockMirroring() has been called.
660n/akDMWrongNumberOfDisplays = -6222 #Can only handle 2 displays for now.
661n/akDMMirroringOnAlready = -6221 #Returned by all calls that need mirroring to be off to do their thing.
662n/akDMGenErr = -6220 #Unexpected Error
663n/akQTSSUnknownErr = -6150 #kQTSSUnknownErr
664n/acollectionVersionErr = -5753 #collectionVersionErr
665n/acollectionIndexRangeErr = -5752 #collectionIndexRangeErr
666n/acollectionItemNotFoundErr = -5751 #collectionItemNotFoundErr
667n/acollectionItemLockedErr = -5750 #collectionItemLockedErr
668n/akNavMissingKindStringErr = -5699 #kNavMissingKindStringErr
669n/akNavInvalidCustomControlMessageErr = -5698 #kNavInvalidCustomControlMessageErr
670n/akNavCustomControlMessageFailedErr = -5697 #kNavCustomControlMessageFailedErr
671n/akNavInvalidSystemConfigErr = -5696 #kNavInvalidSystemConfigErr
672n/akNavWrongDialogClassErr = -5695 #kNavWrongDialogClassErr
673n/akNavWrongDialogStateErr = -5694 #kNavWrongDialogStateErr
674n/adialogNoTimeoutErr = -5640 #dialogNoTimeoutErr
675n/amenuInvalidErr = -5623 #menu is invalid
676n/amenuItemNotFoundErr = -5622 #specified menu item wasn't found
677n/amenuUsesSystemDefErr = -5621 #GetMenuDefinition failed because the menu uses the system MDEF
678n/amenuNotFoundErr = -5620 #specified menu or menu ID wasn't found
679n/awindowWrongStateErr = -5615 #window is not in a state that is valid for the current action
680n/awindowManagerInternalErr = -5614 #something really weird happened inside the window manager
681n/awindowAttributesConflictErr = -5613 #passed some attributes that are mutually exclusive
682n/awindowAttributeImmutableErr = -5612 #tried to change attributes which can't be changed
683n/aerrWindowDoesNotFitOnscreen = -5611 #ConstrainWindowToScreen could not make the window fit onscreen
684n/aerrWindowNotFound = -5610 #returned from FindWindowOfClass
685n/aerrFloatingWindowsNotInitialized = -5609 #called HideFloatingWindows or ShowFloatingWindows without calling InitFloatingWindows
686n/aerrWindowsAlreadyInitialized = -5608 #tried to call InitFloatingWindows twice, or called InitWindows and then floating windows
687n/aerrUserWantsToDragWindow = -5607 #if returned from TrackWindowProxyDrag, you should call DragWindow on the window
688n/aerrCorruptWindowDescription = -5606 #tried to load a corrupt window description (size or version fields incorrect)
689n/aerrUnrecognizedWindowClass = -5605 #tried to create a window with a bad WindowClass
690n/aerrWindowPropertyNotFound = -5604 #tried to get a nonexistent property
691n/aerrInvalidWindowProperty = -5603 #tried to access a property tag with private creator
692n/aerrWindowDoesNotHaveProxy = -5602 #tried to do something requiring a proxy to a window which doesnÕt have a proxy
693n/aerrUnsupportedWindowAttributesForClass = -5601 #tried to create a window with WindowAttributes not supported by the WindowClass
694n/aerrInvalidWindowPtr = -5600 #tried to pass a bad WindowRef argument
695n/agestaltLocationErr = -5553 #gestalt function ptr wasn't in sysheap
696n/agestaltDupSelectorErr = -5552 #tried to add an entry that already existed
697n/agestaltUndefSelectorErr = -5551 #undefined selector was passed to Gestalt
698n/agestaltUnknownErr = -5550 #value returned if Gestalt doesn't know the answer
699n/aenvVersTooBig = -5502 #Version bigger than call can handle
700n/aenvBadVers = -5501 #Version non-positive
701n/aenvNotPresent = -5500 #returned by glue.
702n/aqtsAddressBusyErr = -5421 #qtsAddressBusyErr
703n/aqtsConnectionFailedErr = -5420 #qtsConnectionFailedErr
704n/aqtsTimeoutErr = -5408 #qtsTimeoutErr
705n/aqtsUnknownValueErr = -5407 #qtsUnknownValueErr
706n/aqtsTooMuchDataErr = -5406 #qtsTooMuchDataErr
707n/aqtsUnsupportedFeatureErr = -5405 #qtsUnsupportedFeatureErr
708n/aqtsUnsupportedRateErr = -5404 #qtsUnsupportedRateErr
709n/aqtsUnsupportedDataTypeErr = -5403 #qtsUnsupportedDataTypeErr
710n/aqtsBadDataErr = -5402 #something is wrong with the data
711n/aqtsBadStateErr = -5401 #qtsBadStateErr
712n/aqtsBadSelectorErr = -5400 #qtsBadSelectorErr
713n/aerrIAEndOfTextRun = -5388 #errIAEndOfTextRun
714n/aerrIATextExtractionErr = -5387 #errIATextExtractionErr
715n/aerrIAInvalidDocument = -5386 #errIAInvalidDocument
716n/aerrIACanceled = -5385 #errIACanceled
717n/aerrIABufferTooSmall = -5384 #errIABufferTooSmall
718n/aerrIANoMoreItems = -5383 #errIANoMoreItems
719n/aerrIAParamErr = -5382 #errIAParamErr
720n/aerrIAAllocationErr = -5381 #errIAAllocationErr
721n/aerrIAUnknownErr = -5380 #errIAUnknownErr
722n/ahrURLNotHandledErr = -5363 #hrURLNotHandledErr
723n/ahrUnableToResizeHandleErr = -5362 #hrUnableToResizeHandleErr
724n/ahrMiscellaneousExceptionErr = -5361 #hrMiscellaneousExceptionErr
725n/ahrHTMLRenderingLibNotInstalledErr = -5360 #hrHTMLRenderingLibNotInstalledErr
726n/aerrCannotUndo = -5253 #errCannotUndo
727n/aerrNonContiuousAttribute = -5252 #errNonContiuousAttribute
728n/aerrUnknownElement = -5251 #errUnknownElement
729n/aerrReadOnlyText = -5250 #errReadOnlyText
730n/aerrEmptyScrap = -5249 #errEmptyScrap
731n/aerrNoHiliteText = -5248 #errNoHiliteText
732n/aerrOffsetNotOnElementBounday = -5247 #errOffsetNotOnElementBounday
733n/aerrInvalidRange = -5246 #errInvalidRange
734n/aerrIteratorReachedEnd = -5245 #errIteratorReachedEnd
735n/aerrEngineNotFound = -5244 #errEngineNotFound
736n/aerrAlreadyInImagingMode = -5243 #errAlreadyInImagingMode
737n/aerrNotInImagingMode = -5242 #errNotInImagingMode
738n/aerrMarginWilllNotFit = -5241 #errMarginWilllNotFit
739n/aerrUnknownAttributeTag = -5240 #errUnknownAttributeTag
740n/aafpSameNodeErr = -5063 #An Attempt was made to connect to a file server running on the same machine
741n/aafpAlreadyMounted = -5062 #The volume is already mounted
742n/aafpCantMountMoreSrvre = -5061 #The Maximum number of server connections has been reached
743n/aafpBadDirIDType = -5060 #afpBadDirIDType
744n/aafpCallNotAllowed = -5048 #The server knows what you wanted to do, but won't let you do it just now
745n/aafpAlreadyLoggedInErr = -5047 #User has been authenticated but is already logged in from another machine (and that's not allowed on this server)
746n/aafpPwdPolicyErr = -5046 #Password does not conform to servers password policy
747n/aafpPwdNeedsChangeErr = -5045 #The password needs to be changed
748n/aafpInsideTrashErr = -5044 #The folder being shared is inside the trash folder OR the shared folder is being moved into the trash folder
749n/aafpInsideSharedErr = -5043 #The folder being shared is inside a shared folder OR the folder contains a shared folder and is being moved into a shared folder
750n/aafpPwdExpiredErr = -5042 #The password being used is too old: this requires the user to change the password before log-in can continue
751n/aafpPwdTooShortErr = -5041 #The password being set is too short: there is a minimum length that must be met or exceeded
752n/aafpPwdSameErr = -5040 #Someone tried to change their password to the same password on a mantadory password change
753n/aafpBadIDErr = -5039 #afpBadIDErr
754n/aafpSameObjectErr = -5038 #afpSameObjectErr
755n/aafpCatalogChanged = -5037 #afpCatalogChanged
756n/aafpDiffVolErr = -5036 #afpDiffVolErr
757n/aafpIDExists = -5035 #afpIDExists
758n/aafpIDNotFound = -5034 #afpIDNotFound
759n/aafpContainsSharedErr = -5033 #the folder being shared contains a shared folder
760n/aafpObjectLocked = -5032 #Object is M/R/D/W inhibited
761n/aafpVolLocked = -5031 #Volume is Read-Only
762n/aafpIconTypeError = -5030 #Icon size specified different from existing icon size
763n/aafpDirNotFound = -5029 #Unknown directory specified
764n/aafpCantRename = -5028 #AFPRename cannot rename volume
765n/aafpServerGoingDown = -5027 #Server is shutting down
766n/aafpTooManyFilesOpen = -5026 #Maximum open file count reached
767n/aafpObjectTypeErr = -5025 #File/Directory specified where Directory/File expected
768n/aafpCallNotSupported = -5024 #Unsupported AFP call was made
769n/aafpUserNotAuth = -5023 #No AFPLogin call has successfully been made for this session
770n/aafpSessClosed = -5022 #Session closed
771n/aafpRangeOverlap = -5021 #Some or all of range already locked by same user
772n/aafpRangeNotLocked = -5020 #Tried to unlock range that was not locked by user
773n/aafpParmErr = -5019 #A specified parameter was out of allowable range
774n/aafpObjectNotFound = -5018 #Specified file or directory does not exist
775n/aafpObjectExists = -5017 #Specified destination file or directory already exists
776n/aafpNoServer = -5016 #Server not responding
777n/aafpNoMoreLocks = -5015 #Maximum lock limit reached
778n/aafpMiscErr = -5014 #Unexpected error encountered during execution
779n/aafpLockErr = -5013 #Some or all of requested range is locked by another user
780n/aafpItemNotFound = -5012 #Unknown UserName/UserID or missing comment/APPL entry
781n/aafpFlatVol = -5011 #Cannot create directory on specified volume
782n/aafpFileBusy = -5010 #Cannot delete an open file
783n/aafpEofError = -5009 #Read beyond logical end-of-file
784n/aafpDiskFull = -5008 #Insufficient free space on volume for operation
785n/aafpDirNotEmpty = -5007 #Cannot delete non-empty directory
786n/aafpDenyConflict = -5006 #Specified open/deny modes conflict with current open modes
787n/aafpCantMove = -5005 #Move destination is offspring of source, or root was specified
788n/aafpBitmapErr = -5004 #Bitmap contained bits undefined for call
789n/aafpBadVersNum = -5003 #Unknown AFP protocol version number specified
790n/aafpBadUAM = -5002 #Unknown user authentication method specified
791n/aafpAuthContinue = -5001 #Further information required to complete AFPLogin call
792n/aafpAccessDenied = -5000 #Insufficient access privileges for operation
793n/aillegalScrapFlavorSizeErr = -4999 #illegalScrapFlavorSizeErr
794n/aillegalScrapFlavorTypeErr = -4998 #illegalScrapFlavorTypeErr
795n/aillegalScrapFlavorFlagsErr = -4997 #illegalScrapFlavorFlagsErr
796n/ascrapFlavorSizeMismatchErr = -4996 #scrapFlavorSizeMismatchErr
797n/ascrapFlavorFlagsMismatchErr = -4995 #scrapFlavorFlagsMismatchErr
798n/anilScrapFlavorDataErr = -4994 #nilScrapFlavorDataErr
799n/anoScrapPromiseKeeperErr = -4993 #noScrapPromiseKeeperErr
800n/ascrapPromiseNotKeptErr = -4992 #scrapPromiseNotKeptErr
801n/aprocessStateIncorrectErr = -4991 #processStateIncorrectErr
802n/abadScrapRefErr = -4990 #badScrapRefErr
803n/aduplicateScrapFlavorErr = -4989 #duplicateScrapFlavorErr
804n/ainternalScrapErr = -4988 #internalScrapErr
805n/acoreFoundationUnknownErr = -4960 #coreFoundationUnknownErr
806n/abadRoutingSizeErr = -4276 #badRoutingSizeErr
807n/aroutingNotFoundErr = -4275 #routingNotFoundErr
808n/aduplicateRoutingErr = -4274 #duplicateRoutingErr
809n/ainvalidFolderTypeErr = -4273 #invalidFolderTypeErr
810n/anoMoreFolderDescErr = -4272 #noMoreFolderDescErr
811n/aduplicateFolderDescErr = -4271 #duplicateFolderDescErr
812n/abadFolderDescErr = -4270 #badFolderDescErr
813n/acmCantGamutCheckError = -4217 #Gammut checking not supported by this ColorWorld
814n/acmNamedColorNotFound = -4216 #NamedColor not found
815n/acmCantCopyModifiedV1Profile = -4215 #Illegal to copy version 1 profiles that have been modified
816n/acmRangeOverFlow = -4214 #Color conversion warning that some output color values over/underflowed and were clipped
817n/acmInvalidProfileComment = -4213 #Bad Profile comment during drawpicture
818n/acmNoGDevicesError = -4212 #Begin/End Matching -- no gdevices available
819n/acmInvalidDstMap = -4211 #Destination pix/bit map was invalid
820n/acmInvalidSrcMap = -4210 #Source pix/bit map was invalid
821n/acmInvalidColorSpace = -4209 #Profile colorspace does not match bitmap type
822n/acmErrIncompatibleProfile = -4208 #Other ColorSync Errors
823n/acmSearchError = -4207 #cmSearchError
824n/acmInvalidSearch = -4206 #Bad Search Handle
825n/acmInvalidProfileLocation = -4205 #Operation not supported for this profile location
826n/acmInvalidProfile = -4204 #A Profile must contain a 'cs1 ' tag to be valid
827n/acmFatalProfileErr = -4203 #cmFatalProfileErr
828n/acmCantDeleteElement = -4202 #cmCantDeleteElement
829n/acmIndexRangeErr = -4201 #Tag index out of range
830n/akNSLInitializationFailed = -4200 #UNABLE TO INITIALIZE THE MANAGER!!!!! DO NOT CONTINUE!!!!
831n/akNSLNotInitialized = -4199 #kNSLNotInitialized
832n/akNSLInsufficientSysVer = -4198 #kNSLInsufficientSysVer
833n/akNSLInsufficientOTVer = -4197 #kNSLInsufficientOTVer
834n/akNSLNoElementsInList = -4196 #kNSLNoElementsInList
835n/akNSLBadReferenceErr = -4195 #kNSLBadReferenceErr
836n/akNSLBadServiceTypeErr = -4194 #kNSLBadServiceTypeErr
837n/akNSLBadDataTypeErr = -4193 #kNSLBadDataTypeErr
838n/akNSLBadNetConnection = -4192 #kNSLBadNetConnection
839n/akNSLNoSupportForService = -4191 #kNSLNoSupportForService
840n/akNSLInvalidPluginSpec = -4190 #kNSLInvalidPluginSpec
841n/akNSLRequestBufferAlreadyInList = -4189 #kNSLRequestBufferAlreadyInList
842n/akNSLNoContextAvailable = -4188 #(ContinueLookup function ptr invalid)
843n/akNSLBufferTooSmallForData = -4187 #(Client buffer too small for data from plugin)
844n/akNSLCannotContinueLookup = -4186 #(Can't continue lookup; error or bad state)
845n/akNSLBadClientInfoPtr = -4185 #(nil ClientAsyncInfoPtr; no reference available)
846n/akNSLNullListPtr = -4184 #(client is trying to add items to a nil list)
847n/akNSLBadProtocolTypeErr = -4183 #(client is trying to add a null protocol type)
848n/akNSLPluginLoadFailed = -4182 #(manager unable to load one of the plugins)
849n/akNSLNoPluginsFound = -4181 #(manager didn't find any valid plugins to load)
850n/akNSLSearchAlreadyInProgress = -4180 #(you can only have one ongoing search per clientRef)
851n/akNSLNoPluginsForSearch = -4179 #(no plugins will respond to search request; bad protocol(s)?)
852n/akNSLNullNeighborhoodPtr = -4178 #(client passed a null neighborhood ptr)
853n/akNSLSomePluginsFailedToLoad = -4177 #(one or more plugins failed to load, but at least one did load; this error isn't fatal)
854n/akNSLErrNullPtrError = -4176 #kNSLErrNullPtrError
855n/akNSLNotImplementedYet = -4175 #kNSLNotImplementedYet
856n/akNSLUILibraryNotAvailable = -4174 #The NSL UI Library needs to be in the Extensions Folder
857n/akNSLNoCarbonLib = -4173 #kNSLNoCarbonLib
858n/akNSLBadURLSyntax = -4172 #URL contains illegal characters
859n/akNSLSchedulerError = -4171 #A custom thread routine encountered an error
860n/akNSL68kContextNotSupported = -4170 #no 68k allowed
861n/anoHelpForItem = -4009 #noHelpForItem
862n/abadProfileError = -4008 #badProfileError
863n/acolorSyncNotInstalled = -4007 #colorSyncNotInstalled
864n/apickerCantLive = -4006 #pickerCantLive
865n/acantLoadPackage = -4005 #cantLoadPackage
866n/acantCreatePickerWindow = -4004 #cantCreatePickerWindow
867n/acantLoadPicker = -4003 #cantLoadPicker
868n/apickerResourceError = -4002 #pickerResourceError
869n/arequiredFlagsDontMatch = -4001 #requiredFlagsDontMatch
870n/afirstPickerError = -4000 #firstPickerError
871n/akOTPortLostConnection = -3285 #
872n/akOTUserRequestedErr = -3284 #
873n/akOTConfigurationChangedErr = -3283 #
874n/akOTBadConfigurationErr = -3282 #
875n/akOTPortWasEjectedErr = -3281 #
876n/akOTPortHasDiedErr = -3280 #
877n/akOTClientNotInittedErr = -3279 #
878n/akENOMSGErr = -3278 #
879n/akESRCHErr = -3277 #
880n/akEINPROGRESSErr = -3276 #
881n/akENODATAErr = -3275 #
882n/akENOSTRErr = -3274 #
883n/akECANCELErr = -3273 #
884n/akEBADMSGErr = -3272 #
885n/akENOSRErr = -3271 #
886n/akETIMEErr = -3270 #
887n/akEPROTOErr = -3269 #‚‚‚ fill out missing codes ‚‚‚
888n/akEHOSTUNREACHErr = -3264 #No route to host
889n/akEHOSTDOWNErr = -3263 #Host is down
890n/akECONNREFUSEDErr = -3260 #Connection refused
891n/akETIMEDOUTErr = -3259 #Connection timed out
892n/akETOOMANYREFSErr = -3258 #Too many references: can't splice
893n/akESHUTDOWNErr = -3257 #Can't send after socket shutdown
894n/akENOTCONNErr = -3256 #Socket is not connected
895n/akEISCONNErr = -3255 #Socket is already connected
896n/akENOBUFSErr = -3254 #No buffer space available
897n/akECONNRESETErr = -3253 #Connection reset by peer
898n/akECONNABORTEDErr = -3252 #Software caused connection abort
899n/akENETRESETErr = -3251 #Network dropped connection on reset
900n/akENETUNREACHErr = -3250 #Network is unreachable
901n/akENETDOWNErr = -3249 #Network is down
902n/akEADDRNOTAVAILErr = -3248 #Can't assign requested address
903n/akEADDRINUSEErr = -3247 #Address already in use
904n/akEOPNOTSUPPErr = -3244 #Operation not supported on socket
905n/akESOCKTNOSUPPORTErr = -3243 #Socket type not supported
906n/akEPROTONOSUPPORTErr = -3242 #Protocol not supported
907n/akENOPROTOOPTErr = -3241 #Protocol not available
908n/akEPROTOTYPEErr = -3240 #Protocol wrong type for socket
909n/akEMSGSIZEErr = -3239 #Message too long
910n/akEDESTADDRREQErr = -3238 #Destination address required
911n/akENOTSOCKErr = -3237 #Socket operation on non-socket
912n/akEALREADYErr = -3236 #
913n/akEWOULDBLOCKErr = -3234 #Call would block, so was aborted
914n/akERANGEErr = -3233 #Message size too large for STREAM
915n/akEPIPEErr = -3231 #Broken pipe
916n/akENOTTYErr = -3224 #Not a character device
917n/akEINVALErr = -3221 #Invalid argument
918n/akENODEVErr = -3218 #No such device
919n/akOTDuplicateFoundErr = -3216 #OT generic duplicate found error
920n/akEBUSYErr = -3215 #Device or resource busy
921n/akEFAULTErr = -3213 #Bad address
922n/akEACCESErr = -3212 #Permission denied
923n/akOTOutOfMemoryErr = -3211 #OT ran out of memory, may be a temporary
924n/akEAGAINErr = -3210 #Try operation again later
925n/akEBADFErr = -3208 #Bad file number
926n/akENXIOErr = -3205 #No such device or address
927n/akEIOErr = -3204 #I/O error
928n/akEINTRErr = -3203 #Interrupted system service
929n/akENORSRCErr = -3202 #No such resource
930n/akOTNotFoundErr = -3201 #OT generic not found error
931n/akEPERMErr = -3200 #Permission denied
932n/akOTCanceledErr = -3180 #XTI2OSStatus(TCANCELED) The command was cancelled
933n/akOTBadSyncErr = -3179 #XTI2OSStatus(TBADSYNC) A synchronous call at interrupt time
934n/akOTProtocolErr = -3178 #XTI2OSStatus(TPROTO) An unspecified provider error occurred
935n/akOTQFullErr = -3177 #XTI2OSStatus(TQFULL)
936n/akOTResAddressErr = -3176 #XTI2OSStatus(TRESADDR)
937n/akOTResQLenErr = -3175 #XTI2OSStatus(TRESQLEN)
938n/akOTProviderMismatchErr = -3174 #XTI2OSStatus(TPROVMISMATCH) Tried to accept on incompatible endpoint
939n/akOTIndOutErr = -3173 #XTI2OSStatus(TINDOUT) Accept failed because of pending listen
940n/akOTAddressBusyErr = -3172 #XTI2OSStatus(TADDRBUSY) Address requested is already in use
941n/akOTBadQLenErr = -3171 #XTI2OSStatus(TBADQLEN) A Bind to an in-use addr with qlen > 0
942n/akOTBadNameErr = -3170 #XTI2OSStatus(TBADNAME) A bad endpoint name was supplied
943n/akOTNoStructureTypeErr = -3169 #XTI2OSStatus(TNOSTRUCTYPE) Bad structure type requested for OTAlloc
944n/akOTStateChangeErr = -3168 #XTI2OSStatus(TSTATECHNG) State is changing - try again later
945n/akOTNotSupportedErr = -3167 #XTI2OSStatus(TNOTSUPPORT) Command is not supported
946n/akOTNoReleaseErr = -3166 #XTI2OSStatus(TNOREL) No orderly release indication available
947n/akOTBadFlagErr = -3165 #XTI2OSStatus(TBADFLAG) A Bad flag value was supplied
948n/akOTNoUDErrErr = -3164 #XTI2OSStatus(TNOUDERR) No Unit Data Error indication available
949n/akOTNoDisconnectErr = -3163 #XTI2OSStatus(TNODIS) No disconnect indication available
950n/akOTNoDataErr = -3162 #XTI2OSStatus(TNODATA) No data available for reading
951n/akOTFlowErr = -3161 #XTI2OSStatus(TFLOW) Provider is flow-controlled
952n/akOTBufferOverflowErr = -3160 #XTI2OSStatus(TBUFOVFLW) Passed buffer not big enough
953n/akOTBadDataErr = -3159 #XTI2OSStatus(TBADDATA) An illegal amount of data was specified
954n/akOTLookErr = -3158 #XTI2OSStatus(TLOOK) An event occurred - call Look()
955n/akOTSysErrorErr = -3157 #XTI2OSStatus(TSYSERR) A system error occurred
956n/akOTBadSequenceErr = -3156 #XTI2OSStatus(TBADSEQ) Sequence specified does not exist
957n/akOTOutStateErr = -3155 #XTI2OSStatus(TOUTSTATE) Call issued in wrong state
958n/akOTNoAddressErr = -3154 #XTI2OSStatus(TNOADDR) No address was specified
959n/akOTBadReferenceErr = -3153 #XTI2OSStatus(TBADF) Bad provider reference
960n/akOTAccessErr = -3152 #XTI2OSStatus(TACCES) Missing access permission
961n/akOTBadOptionErr = -3151 #XTI2OSStatus(TBADOPT) A Bad option was specified
962n/akOTBadAddressErr = -3150 #XTI2OSStatus(TBADADDR) A Bad address was specified
963n/asktClosedErr = -3109 #sktClosedErr
964n/arecNotFnd = -3108 #recNotFnd
965n/aatpBadRsp = -3107 #atpBadRsp
966n/aatpLenErr = -3106 #atpLenErr
967n/areadQErr = -3105 #readQErr
968n/aextractErr = -3104 #extractErr
969n/ackSumErr = -3103 #ckSumErr
970n/anoMPPErr = -3102 #noMPPErr
971n/abuf2SmallErr = -3101 #buf2SmallErr
972n/anoPrefAppErr = -3032 #noPrefAppErr
973n/abadTranslationSpecErr = -3031 #badTranslationSpecErr
974n/anoTranslationPathErr = -3030 #noTranslationPathErr
975n/acouldNotParseSourceFileErr = -3026 #Source document does not contain source type
976n/ainvalidTranslationPathErr = -3025 #Source type to destination type not a valid path
977n/aretryComponentRegistrationErr = -3005 #retryComponentRegistrationErr
978n/aunresolvedComponentDLLErr = -3004 #unresolvedComponentDLLErr
979n/acomponentDontRegister = -3003 #componentDontRegister
980n/acomponentNotCaptured = -3002 #componentNotCaptured
981n/avalidInstancesExist = -3001 #validInstancesExist
982n/ainvalidComponentID = -3000 #invalidComponentID
983n/acfragLastErrCode = -2899 #The last value in the range of CFM errors.
984n/acfragOutputLengthErr = -2831 #An output parameter is too small to hold the value.
985n/acfragAbortClosureErr = -2830 #Used by notification handlers to abort a closure.
986n/acfragClosureIDErr = -2829 #The closure ID was not valid.
987n/acfragContainerIDErr = -2828 #The fragment container ID was not valid.
988n/acfragNoRegistrationErr = -2827 #The registration name was not found.
989n/acfragNotClosureErr = -2826 #The closure ID was actually a connection ID.
990n/acfragFileSizeErr = -2825 #A file was too large to be mapped.
991n/acfragFragmentUsageErr = -2824 #A semantic error in usage of the fragment.
992n/acfragArchitectureErr = -2823 #A fragment has an unacceptable architecture.
993n/acfragNoApplicationErr = -2822 #No application member found in the cfrg resource.
994n/acfragInitFunctionErr = -2821 #A fragment's initialization routine returned an error.
995n/acfragFragmentCorruptErr = -2820 #A fragment's container was corrupt (known format).
996n/acfragCFMInternalErr = -2819 #An internal inconstistancy has been detected.
997n/acfragCFMStartupErr = -2818 #Internal error during CFM initialization.
998n/acfragLibConnErr = -2817 #
999n/acfragInitAtBootErr = -2816 #A boot library has an initialization function. (System 7 only)
1000n/acfragInitLoopErr = -2815 #Circularity in required initialization order.
1001n/acfragImportTooNewErr = -2814 #An import library was too new for a client.
1002n/acfragImportTooOldErr = -2813 #An import library was too old for a client.
1003n/acfragInitOrderErr = -2812 #
1004n/acfragNoIDsErr = -2811 #No more CFM IDs for contexts, connections, etc.
1005n/acfragNoClientMemErr = -2810 #Out of memory for fragment mapping or section instances.
1006n/acfragNoPrivateMemErr = -2809 #Out of memory for internal bookkeeping.
1007n/acfragNoPositionErr = -2808 #The registration insertion point was not found.
1008n/acfragUnresolvedErr = -2807 #A fragment had "hard" unresolved imports.
1009n/acfragFragmentFormatErr = -2806 #A fragment's container format is unknown.
1010n/acfragDupRegistrationErr = -2805 #The registration name was already in use.
1011n/acfragNoLibraryErr = -2804 #The named library was not found.
1012n/acfragNoSectionErr = -2803 #The specified section was not found.
1013n/acfragNoSymbolErr = -2802 #The specified symbol was not found.
1014n/acfragConnectionIDErr = -2801 #The connection ID was not valid.
1015n/acfragFirstErrCode = -2800 #The first value in the range of CFM errors.
1016n/aerrASInconsistentNames = -2780 #English errors:
1017n/aerrASNoResultReturned = -2763 #The range -2780 thru -2799 is reserved for dialect specific error codes. (Error codes from different dialects may overlap.)
1018n/aerrASParameterNotForEvent = -2762 #errASParameterNotForEvent
1019n/aerrASIllegalFormalParameter = -2761 #errASIllegalFormalParameter
1020n/aerrASTerminologyNestingTooDeep = -2760 #errASTerminologyNestingTooDeep
1021n/aOSAControlFlowError = -2755 #Signaled when illegal control flow occurs in an application (no catcher for throw, non-lexical loop exit, etc.)
1022n/aOSAInconsistentDeclarations = -2754 #Signaled when a variable is declared inconsistently in the same scope, such as both local and global
1023n/aOSAUndefinedVariable = -2753 #Signaled when a variable is accessed that has no value
1024n/aOSADuplicateHandler = -2752 #Signaled when more than one handler is defined with the same name in a scope where the language doesn't allow it
1025n/aOSADuplicateProperty = -2751 #Signaled when a formal parameter, local variable, or instance variable is specified more than once.
1026n/aOSADuplicateParameter = -2750 #Signaled when a formal parameter, local variable, or instance variable is specified more than once
1027n/aOSATokenTooLong = -2742 #Signaled when a name or number is too long to be parsed
1028n/aOSASyntaxTypeError = -2741 #Signaled when another form of syntax was expected. (e.g. "expected a <type> but found <this>")
1029n/aOSASyntaxError = -2740 #Signaled when a syntax error occurs. (e.g. "Syntax error" or "<this> can't go after <that>")
1030n/aerrASCantCompareMoreThan32k = -2721 #Parser/Compiler errors:
1031n/aerrASCantConsiderAndIgnore = -2720 #errASCantConsiderAndIgnore
1032n/aerrOSACantCreate = -2710 #errOSACantCreate
1033n/aerrOSACantGetTerminology = -2709 #errOSACantGetTerminology
1034n/aerrOSADataBlockTooLarge = -2708 #Signaled when an intrinsic limitation is exceeded for the size of a value or data structure.
1035n/aerrOSAInternalTableOverflow = -2707 #Signaled when a runtime internal data structure overflows
1036n/aerrOSAStackOverflow = -2706 #Signaled when the runtime stack overflows
1037n/aerrOSACorruptTerminology = -2705 #Signaled when an application's terminology resource is not readable
1038n/aerrOSAAppNotHighLevelEventAware = -2704 #Signaled when an application can't respond to AppleEvents
1039n/aerrOSACantLaunch = -2703 #Signaled when application can't be launched or when it is remote and program linking is not enabled
1040n/aerrOSANumericOverflow = -2702 #Signaled when integer or real value is too large to be represented
1041n/aerrOSADivideByZero = -2701 #Signaled when there is an attempt to divide by zero
1042n/aerrOSAGeneralError = -2700 #Signaled by user scripts or applications when no actual error code is to be returned.
1043n/anoIconDataAvailableErr = -2582 #The necessary icon data is not available
1044n/anoSuchIconErr = -2581 #The requested icon could not be found
1045n/ainvalidIconRefErr = -2580 #The icon ref is not valid
1046n/anrCallNotSupported = -2557 #This call is not available or supported on this machine
1047n/anrTransactionAborted = -2556 #transaction was aborted
1048n/anrExitedIteratorScope = -2555 #outer scope of iterator was exited
1049n/anrIterationDone = -2554 #iteration operation is done
1050n/anrPropertyAlreadyExists = -2553 #property already exists
1051n/anrInvalidEntryIterationOp = -2552 #invalid entry iteration operation
1052n/anrPathBufferTooSmall = -2551 #buffer for path is too small
1053n/anrPathNotFound = -2550 #a path component lookup failed
1054n/anrResultCodeBase = -2549 #nrResultCodeBase
1055n/anrOverrunErr = -2548 #nrOverrunErr
1056n/anrNotModifiedErr = -2547 #nrNotModifiedErr
1057n/anrTypeMismatchErr = -2546 #nrTypeMismatchErr
1058n/anrPowerSwitchAbortErr = -2545 #nrPowerSwitchAbortErr
1059n/anrPowerErr = -2544 #nrPowerErr
1060n/anrDataTruncatedErr = -2543 #nrDataTruncatedErr
1061n/anrNotSlotDeviceErr = -2542 #nrNotSlotDeviceErr
1062n/anrNameErr = -2541 #nrNameErr
1063n/anrNotCreatedErr = -2540 #nrNotCreatedErr
1064n/anrNotFoundErr = -2539 #nrNotFoundErr
1065n/anrInvalidNodeErr = -2538 #nrInvalidNodeErr
1066n/anrNotEnoughMemoryErr = -2537 #nrNotEnoughMemoryErr
1067n/anrLockedErr = -2536 #nrLockedErr
1068n/ammInternalError = -2526 #mmInternalError
1069n/atsmDefaultIsNotInputMethodErr = -2524 #Current Input source is KCHR or uchr, not Input Method (GetDefaultInputMethod)
1070n/atsmNoStem = -2523 #No stem exists for the token
1071n/atsmNoMoreTokens = -2522 #No more tokens are available for the source text
1072n/atsmNoHandler = -2521 #No Callback Handler exists for callback
1073n/atsmInvalidContext = -2520 #Invalid TSMContext specified in call
1074n/atsmUnknownErr = -2519 #any other errors
1075n/atsmUnsupportedTypeErr = -2518 #unSupported interface type error
1076n/atsmScriptHasNoIMErr = -2517 #script has no imput method or is using old IM
1077n/atsmInputMethodIsOldErr = -2516 #returned by GetDefaultInputMethod
1078n/atsmComponentAlreadyOpenErr = -2515 #text service already opened for the document
1079n/atsmTSNotOpenErr = -2514 #text service is not open
1080n/atsmTSHasNoMenuErr = -2513 #the text service has no menu
1081n/atsmUseInputWindowErr = -2512 #not TSM aware because we are using input window
1082n/atsmDocumentOpenErr = -2511 #there are open documents
1083n/atsmTextServiceNotFoundErr = -2510 #no text service found
1084n/atsmCantOpenComponentErr = -2509 #canÕt open the component
1085n/atsmNoOpenTSErr = -2508 #no open text service
1086n/atsmDocNotActiveErr = -2507 #document is NOT active
1087n/atsmTSMDocBusyErr = -2506 #document is still active
1088n/atsmInvalidDocIDErr = -2505 #invalid TSM documentation id
1089n/atsmNeverRegisteredErr = -2504 #app never registered error (not TSM aware)
1090n/atsmAlreadyRegisteredErr = -2503 #want to register again error
1091n/atsmNotAnAppErr = -2502 #not an application error
1092n/atsmInputMethodNotFoundErr = -2501 #tsmInputMethodNotFoundErr
1093n/atsmUnsupScriptLanguageErr = -2500 #tsmUnsupScriptLanguageErr
1094n/akernelUnrecoverableErr = -2499 #kernelUnrecoverableErr
1095n/akernelReturnValueErr = -2422 #kernelReturnValueErr
1096n/akernelAlreadyFreeErr = -2421 #kernelAlreadyFreeErr
1097n/akernelIDErr = -2419 #kernelIDErr
1098n/akernelExceptionErr = -2418 #kernelExceptionErr
1099n/akernelTerminatedErr = -2417 #kernelTerminatedErr
1100n/akernelInUseErr = -2416 #kernelInUseErr
1101n/akernelTimeoutErr = -2415 #kernelTimeoutErr
1102n/akernelAsyncReceiveLimitErr = -2414 #kernelAsyncReceiveLimitErr
1103n/akernelAsyncSendLimitErr = -2413 #kernelAsyncSendLimitErr
1104n/akernelAttributeErr = -2412 #kernelAttributeErr
1105n/akernelExecutionLevelErr = -2411 #kernelExecutionLevelErr
1106n/akernelDeletePermissionErr = -2410 #kernelDeletePermissionErr
1107n/akernelExecutePermissionErr = -2409 #kernelExecutePermissionErr
1108n/akernelReadPermissionErr = -2408 #kernelReadPermissionErr
1109n/akernelWritePermissionErr = -2407 #kernelWritePermissionErr
1110n/akernelObjectExistsErr = -2406 #kernelObjectExistsErr
1111n/akernelUnsupportedErr = -2405 #kernelUnsupportedErr
1112n/akernelPrivilegeErr = -2404 #kernelPrivilegeErr
1113n/akernelOptionsErr = -2403 #kernelOptionsErr
1114n/akernelCanceledErr = -2402 #kernelCanceledErr
1115n/akernelIncompleteErr = -2401 #kernelIncompleteErr
1116n/abadCallOrderErr = -2209 #Usually due to a status call being called prior to being setup first
1117n/anoDMAErr = -2208 #CanÕt do DMA digitizing (i.e. can't go to requested dest
1118n/abadDepthErr = -2207 #CanÕt digitize into this depth
1119n/anotExactSizeErr = -2206 #CanÕt do exact size requested
1120n/anoMoreKeyColorsErr = -2205 #all key indexes in use
1121n/anotExactMatrixErr = -2204 #warning of bad matrix, digitizer did its best
1122n/amatrixErr = -2203 #bad matrix, digitizer did nothing
1123n/aqtParamErr = -2202 #bad input parameter (out of range, etc)
1124n/adigiUnimpErr = -2201 #feature unimplemented
1125n/aqtXMLApplicationErr = -2159 #qtXMLApplicationErr
1126n/aqtXMLParseErr = -2158 #qtXMLParseErr
1127n/aqtActionNotHandledErr = -2157 #qtActionNotHandledErr
1128n/anotEnoughDataErr = -2149 #notEnoughDataErr
1129n/aurlDataHFTPURLErr = -2148 #urlDataHFTPURLErr
1130n/aurlDataHFTPServerDisconnectedErr = -2147 #urlDataHFTPServerDisconnectedErr
1131n/aurlDataHFTPNoPasswordErr = -2146 #urlDataHFTPNoPasswordErr
1132n/aurlDataHFTPNeedPasswordErr = -2145 #urlDataHFTPNeedPasswordErr
1133n/aurlDataHFTPBadNameListErr = -2144 #urlDataHFTPBadNameListErr
1134n/aurlDataHFTPNoNetDriverErr = -2143 #urlDataHFTPNoNetDriverErr
1135n/aurlDataHFTPFilenameErr = -2142 #urlDataHFTPFilenameErr
1136n/aurlDataHFTPPermissionsErr = -2141 #urlDataHFTPPermissionsErr
1137n/aurlDataHFTPQuotaErr = -2140 #urlDataHFTPQuotaErr
1138n/aurlDataHFTPNoDirectoryErr = -2139 #urlDataHFTPNoDirectoryErr
1139n/aurlDataHFTPDataConnectionErr = -2138 #urlDataHFTPDataConnectionErr
1140n/aurlDataHFTPServerErr = -2137 #urlDataHFTPServerErr
1141n/aurlDataHFTPBadPasswordErr = -2136 #urlDataHFTPBadPasswordErr
1142n/aurlDataHFTPBadUserErr = -2135 #urlDataHFTPBadUserErr
1143n/aurlDataHFTPShutdownErr = -2134 #urlDataHFTPShutdownErr
1144n/aurlDataHFTPProtocolErr = -2133 #urlDataHFTPProtocolErr
1145n/aurlDataHHTTPRedirectErr = -2132 #urlDataHHTTPRedirectErr
1146n/aurlDataHHTTPURLErr = -2131 #urlDataHHTTPURLErr
1147n/aurlDataHHTTPNoNetDriverErr = -2130 #urlDataHHTTPNoNetDriverErr
1148n/aurlDataHHTTPProtocolErr = -2129 #urlDataHHTTPProtocolErr
1149n/aqtNetworkAlreadyAllocatedErr = -2127 #qtNetworkAlreadyAllocatedErr
1150n/anotAllowedToSaveMovieErr = -2126 #notAllowedToSaveMovieErr
1151n/afileOffsetTooBigErr = -2125 #fileOffsetTooBigErr
1152n/aASDEntryNotFoundErr = -2124 #ASDEntryNotFoundErr
1153n/aASDBadForkErr = -2123 #ASDBadForkErr
1154n/aASDBadHeaderErr = -2122 #ASDBadHeaderErr
1155n/aAAPNotFoundErr = -2121 #AAPNotFoundErr
1156n/aAAPNotCreatedErr = -2120 #AAPNotCreatedErr
1157n/aqfcbNotCreatedErr = -2119 #qfcbNotCreatedErr
1158n/aqfcbNotFoundErr = -2118 #qfcbNotFoundErr
1159n/awackBadMetaDataErr = -2117 #wackBadMetaDataErr
1160n/awackForkNotFoundErr = -2116 #wackForkNotFoundErr
1161n/awackBadFileErr = -2115 #wackBadFileErr
1162n/aunknownFormatErr = -2114 #unknownFormatErr
1163n/apathNotVerifiedErr = -2113 #pathNotVerifiedErr
1164n/anoPathMappingErr = -2112 #noPathMappingErr
1165n/aemptyPathErr = -2111 #emptyPathErr
1166n/apathTooLongErr = -2110 #pathTooLongErr
1167n/acannotBeLeafAtomErr = -2109 #cannotBeLeafAtomErr
1168n/ainvalidAtomTypeErr = -2108 #invalidAtomTypeErr
1169n/ainvalidAtomContainerErr = -2107 #invalidAtomContainerErr
1170n/ainvalidAtomErr = -2106 #invalidAtomErr
1171n/aduplicateAtomTypeAndIDErr = -2105 #duplicateAtomTypeAndIDErr
1172n/aatomIndexInvalidErr = -2104 #atomIndexInvalidErr
1173n/aatomsNotOfSameTypeErr = -2103 #atomsNotOfSameTypeErr
1174n/anotLeafAtomErr = -2102 #notLeafAtomErr
1175n/acannotFindAtomErr = -2101 #cannotFindAtomErr
1176n/aunsupportedProcessorErr = -2097 #unsupportedProcessorErr
1177n/aunsupportedOSErr = -2096 #unsupportedOSErr
1178n/aqtmlUninitialized = -2095 #qtmlUninitialized
1179n/aqtmlDllEntryNotFoundErr = -2094 #Windows specific errors (when qtml is loading)
1180n/aqtmlDllLoadErr = -2093 #Windows specific errors (when qtml is loading)
1181n/acomponentDllEntryNotFoundErr = -2092 #Windows specific errors (when component is loading)
1182n/acomponentDllLoadErr = -2091 #Windows specific errors (when component is loading)
1183n/avideoOutputInUseErr = -2090 #videoOutputInUseErr
1184n/anoExportProcAvailableErr = -2089 #noExportProcAvailableErr
1185n/atuneParseOSErr = -2087 #tuneParseOSErr
1186n/atunePlayerFullOSErr = -2086 #tunePlayerFullOSErr
1187n/anoteChannelNotAllocatedOSErr = -2085 #noteChannelNotAllocatedOSErr
1188n/aillegalNoteChannelOSErr = -2084 #illegalNoteChannelOSErr
1189n/asynthesizerOSErr = -2083 #synthesizerOSErr
1190n/asynthesizerNotRespondingOSErr = -2082 #synthesizerNotRespondingOSErr
1191n/amidiManagerAbsentOSErr = -2081 #midiManagerAbsentOSErr
1192n/aillegalControllerOSErr = -2080 #illegalControllerOSErr
1193n/aillegalInstrumentOSErr = -2079 #illegalInstrumentOSErr
1194n/aillegalKnobValueOSErr = -2078 #illegalKnobValueOSErr
1195n/aillegalKnobOSErr = -2077 #illegalKnobOSErr
1196n/aillegalChannelOSErr = -2076 #illegalChannelOSErr
1197n/aillegalPartOSErr = -2075 #illegalPartOSErr
1198n/aillegalVoiceAllocationOSErr = -2074 #illegalVoiceAllocationOSErr
1199n/acantReceiveFromSynthesizerOSErr = -2073 #cantReceiveFromSynthesizerOSErr
1200n/acantSendToSynthesizerOSErr = -2072 #cantSendToSynthesizerOSErr
1201n/anotImplementedMusicOSErr = -2071 #notImplementedMusicOSErr
1202n/ainternalComponentErr = -2070 #internalComponentErr
1203n/ainvalidSpriteIDErr = -2069 #invalidSpriteIDErr
1204n/ainvalidImageIndexErr = -2068 #invalidImageIndexErr
1205n/ainvalidSpriteIndexErr = -2067 #invalidSpriteIndexErr
1206n/agWorldsNotSameDepthAndSizeErr = -2066 #gWorldsNotSameDepthAndSizeErr
1207n/ainvalidSpritePropertyErr = -2065 #invalidSpritePropertyErr
1208n/ainvalidSpriteWorldPropertyErr = -2064 #invalidSpriteWorldPropertyErr
1209n/amissingRequiredParameterErr = -2063 #missingRequiredParameterErr
1210n/amovieTextNotFoundErr = -2062 #movieTextNotFoundErr
1211n/asourceNotFoundErr = -2061 #sourceNotFoundErr
1212n/anoSourceTreeFoundErr = -2060 #noSourceTreeFoundErr
1213n/asamplesAlreadyInMediaErr = -2059 #samplesAlreadyInMediaErr
1214n/aauxiliaryExportDataUnavailable = -2058 #auxiliaryExportDataUnavailable
1215n/aunsupportedAuxiliaryImportData = -2057 #unsupportedAuxiliaryImportData
1216n/asoundSupportNotAvailableErr = -2056 #QT for Windows error
1217n/anoSoundTrackInMovieErr = -2055 #QT for Windows error
1218n/anoVideoTrackInMovieErr = -2054 #QT for Windows error
1219n/afeatureUnsupported = -2053 #featureUnsupported
1220n/acouldNotUseAnExistingSample = -2052 #couldNotUseAnExistingSample
1221n/anoDefaultDataRef = -2051 #noDefaultDataRef
1222n/abadDataRefIndex = -2050 #badDataRefIndex
1223n/ainvalidDataRefContainer = -2049 #invalidDataRefContainer
1224n/anoMovieFound = -2048 #noMovieFound
1225n/adataNoDataRef = -2047 #dataNoDataRef
1226n/aendOfDataReached = -2046 #endOfDataReached
1227n/adataAlreadyClosed = -2045 #dataAlreadyClosed
1228n/adataAlreadyOpenForWrite = -2044 #dataAlreadyOpenForWrite
1229n/adataNotOpenForWrite = -2043 #dataNotOpenForWrite
1230n/adataNotOpenForRead = -2042 #dataNotOpenForRead
1231n/ainvalidSampleDescription = -2041 #invalidSampleDescription
1232n/ainvalidChunkCache = -2040 #invalidChunkCache
1233n/ainvalidSampleDescIndex = -2039 #invalidSampleDescIndex
1234n/ainvalidChunkNum = -2038 #invalidChunkNum
1235n/ainvalidSampleNum = -2037 #invalidSampleNum
1236n/ainvalidRect = -2036 #invalidRect
1237n/acantEnableTrack = -2035 #cantEnableTrack
1238n/ainternalQuickTimeError = -2034 #internalQuickTimeError
1239n/abadEditIndex = -2033 #badEditIndex
1240n/atimeNotInMedia = -2032 #timeNotInMedia
1241n/atimeNotInTrack = -2031 #timeNotInTrack
1242n/atrackNotInMovie = -2030 #trackNotInMovie
1243n/atrackIDNotFound = -2029 #trackIDNotFound
1244n/abadTrackIndex = -2028 #badTrackIndex
1245n/amaxSizeToGrowTooSmall = -2027 #maxSizeToGrowTooSmall
1246n/auserDataItemNotFound = -2026 #userDataItemNotFound
1247n/astaleEditState = -2025 #staleEditState
1248n/anonMatchingEditState = -2024 #nonMatchingEditState
1249n/ainvalidEditState = -2023 #invalidEditState
1250n/acantCreateSingleForkFile = -2022 #happens when file already exists
1251n/awfFileNotFound = -2021 #wfFileNotFound
1252n/amovieToolboxUninitialized = -2020 #movieToolboxUninitialized
1253n/aprogressProcAborted = -2019 #progressProcAborted
1254n/amediaTypesDontMatch = -2018 #mediaTypesDontMatch
1255n/abadEditList = -2017 #badEditList
1256n/acantPutPublicMovieAtom = -2016 #cantPutPublicMovieAtom
1257n/ainvalidTime = -2015 #invalidTime
1258n/ainvalidDuration = -2014 #invalidDuration
1259n/ainvalidHandler = -2013 #invalidHandler
1260n/ainvalidDataRef = -2012 #invalidDataRef
1261n/ainvalidSampleTable = -2011 #invalidSampleTable
1262n/ainvalidMovie = -2010 #invalidMovie
1263n/ainvalidTrack = -2009 #invalidTrack
1264n/ainvalidMedia = -2008 #invalidMedia
1265n/anoDataHandler = -2007 #noDataHandler
1266n/anoMediaHandler = -2006 #noMediaHandler
1267n/abadComponentType = -2005 #badComponentType
1268n/acantOpenHandler = -2004 #cantOpenHandler
1269n/acantFindHandler = -2003 #cantFindHandler
1270n/abadPublicMovieAtom = -2002 #badPublicMovieAtom
1271n/abadImageDescription = -2001 #badImageDescription
1272n/acouldNotResolveDataRef = -2000 #couldNotResolveDataRef
1273n/anonDragOriginatorErr = -1862 #illegal attempt at originator only data
1274n/abadImageErr = -1861 #bad translucent image PixMap
1275n/abadImageRgnErr = -1860 #bad translucent image region
1276n/anoSuitableDisplaysErr = -1859 #no displays support translucency
1277n/aunsupportedForPlatformErr = -1858 #call is for PowerPC only
1278n/adragNotAcceptedErr = -1857 #drag was not accepted by receiver
1279n/ahandlerNotFoundErr = -1856 #handler not found
1280n/aduplicateHandlerErr = -1855 #handler already exists
1281n/acantGetFlavorErr = -1854 #error while trying to get flavor data
1282n/aduplicateFlavorErr = -1853 #flavor type already exists
1283n/abadDragFlavorErr = -1852 #unknown flavor type
1284n/abadDragItemErr = -1851 #unknown drag item reference
1285n/abadDragRefErr = -1850 #unknown drag reference
1286n/aerrEndOfBody = -1813 #errEndOfBody
1287n/aerrEndOfDocument = -1812 #errEndOfDocument
1288n/aerrTopOfBody = -1811 #errTopOfBody
1289n/aerrTopOfDocument = -1810 #errTopOfDocument
1290n/aerrOffsetIsOutsideOfView = -1801 #errOffsetIsOutsideOfView
1291n/aerrOffsetInvalid = -1800 #errOffsetInvalid
1292n/aerrOSACantOpenComponent = -1762 #Can't connect to scripting system with that ID
1293n/aerrOSAComponentMismatch = -1761 #Parameters are from 2 different components
1294n/aerrOSADataFormatTooNew = -1759 #errOSADataFormatTooNew
1295n/aerrOSADataFormatObsolete = -1758 #errOSADataFormatObsolete
1296n/aerrOSANoSuchDialect = -1757 #errOSANoSuchDialect
1297n/aerrOSASourceNotAvailable = -1756 #errOSASourceNotAvailable
1298n/aerrOSABadSelector = -1754 #errOSABadSelector
1299n/aerrOSAScriptError = -1753 #errOSAScriptError
1300n/aerrOSABadStorageType = -1752 #errOSABadStorageType
1301n/aerrOSAInvalidID = -1751 #errOSAInvalidID
1302n/aerrOSASystemError = -1750 #errOSASystemError
1303n/aerrAEBufferTooSmall = -1741 #buffer for AEFlattenDesc too small
1304n/aerrAEBuildSyntaxError = -1740 #AEBuildDesc and friends detected a syntax error
1305n/aerrAEDescIsNull = -1739 #attempting to perform an invalid operation on a null descriptor
1306n/aerrAEStreamAlreadyConverted = -1738 #attempt to convert a stream that has already been converted
1307n/aerrAEStreamBadNesting = -1737 #nesting violation while streaming
1308n/aerrAEDuplicateHandler = -1736 #attempt to install handler in table for identical class and id (1.1 or greater)
1309n/aerrAEEventFiltered = -1735 #event has been filtered, and should not be propogated (1.1 or greater)
1310n/aerrAEReceiveEscapeCurrent = -1734 #break out of only lowest level of AEReceive (1.1 or greater)
1311n/aerrAEReceiveTerminate = -1733 #break out of all levels of AEReceive to the topmost (1.1 or greater)
1312n/aerrAERecordingIsAlreadyOn = -1732 #available only in version 1.0.1 or greater
1313n/aerrAEUnknownObjectType = -1731 #available only in version 1.0.1 or greater
1314n/aerrAEEmptyListContainer = -1730 #Attempt to pass empty list as container to accessor
1315n/aerrAENegativeCount = -1729 #CountProc returned negative value
1316n/aerrAENoSuchObject = -1728 #e.g.,: specifier asked for the 3rd, but there are only 2. Basically, this indicates a run-time resolution error.
1317n/aerrAENotAnObjSpec = -1727 #Param to AEResolve not of type 'obj '
1318n/aerrAEBadTestKey = -1726 #Test is neither typeLogicalDescriptor nor typeCompDescriptor
1319n/aerrAENoSuchLogical = -1725 #Something other than AND, OR, or NOT
1320n/aerrAEAccessorNotFound = -1723 #Accessor proc matching wantClass and containerType or wildcards not found
1321n/aerrAEWrongNumberArgs = -1721 #Logical op kAENOT used with other than 1 term
1322n/aerrAEImpossibleRange = -1720 #A range like 3rd to 2nd, or 1st to all.
1323n/aerrAEIllegalIndex = -1719 #index is out of range in a put operation
1324n/aerrAEReplyNotArrived = -1718 #the contents of the reply you are accessing have not arrived yet
1325n/aerrAEHandlerNotFound = -1717 #no handler in the dispatch tables fits the parameters to AEGetEventHandler or AEGetCoercionHandler
1326n/aerrAEUnknownAddressType = -1716 #the target address type is not known
1327n/aerrAEParamMissed = -1715 #a required parameter was not accessed
1328n/aerrAENotASpecialFunction = -1714 #there is no special function for/with this keyword
1329n/aerrAENoUserInteraction = -1713 #no user interaction is allowed
1330n/aerrAETimeout = -1712 #the AppleEvent timed out
1331n/aerrAEWaitCanceled = -1711 #in AESend, the user cancelled out of wait loop for reply or receipt
1332n/aerrAEUnknownSendMode = -1710 #mode wasn't NoReply, WaitReply, or QueueReply or Interaction level is unknown
1333n/aerrAEReplyNotValid = -1709 #AEResetTimer was passed an invalid reply parameter
1334n/aerrAEEventNotHandled = -1708 #the AppleEvent was not handled by any handler
1335n/aerrAENotAppleEvent = -1707 #the event is not in AppleEvent format
1336n/aerrAENewerVersion = -1706 #need newer version of the AppleEvent manager
1337n/aerrAEBadListItem = -1705 #the specified list item does not exist
1338n/aerrAENotAEDesc = -1704 #errAENotAEDesc
1339n/aerrAEWrongDataType = -1703 #errAEWrongDataType
1340n/aerrAECorruptData = -1702 #errAECorruptData
1341n/aerrAEDescNotFound = -1701 #errAEDescNotFound
1342n/aerrAECoercionFail = -1700 #bad parameter data or unable to coerce the data supplied
1343n/aerrFSIteratorNotSupported = -1424 #The iterator's flags or container are not supported by this call
1344n/aerrFSIteratorNotFound = -1423 #Passed FSIterator is not an open iterator
1345n/aerrFSBadIteratorFlags = -1422 #Flags passed to FSOpenIterator are bad
1346n/aerrFSForkExists = -1421 #Named fork already exists.
1347n/aerrFSRefsDifferent = -1420 #FSCompareFSRefs; refs are for different objects
1348n/aerrFSBadSearchParams = -1419 #Something wrong with CatalogSearch searchParams
1349n/aerrFSBadItemCount = -1418 #maximumItems was zero
1350n/aerrFSNoMoreItems = -1417 #Iteration ran out of items to return
1351n/aerrFSBadAllocFlags = -1413 #Invalid bits set in allocationFlags
1352n/aerrFSBadPosMode = -1412 #Newline bits set in positionMode
1353n/aerrFSMissingName = -1411 #A Unicode name parameter was NULL or nameLength parameter was zero
1354n/aerrFSNameTooLong = -1410 #File/fork name is too long to create/rename
1355n/aerrFSForkNotFound = -1409 #Named fork does not exist
1356n/aerrFSNotAFolder = -1407 #Expected a folder, got a file
1357n/aerrFSMissingCatInfo = -1406 #A CatalogInfo parameter was NULL
1358n/aerrFSBadInfoBitmap = -1405 #A CatalogInfoBitmap or VolumeInfoBitmap has reserved or invalid bits set
1359n/aerrFSBadForkRef = -1404 #A ForkRefNum parameter was bad
1360n/aerrFSBadBuffer = -1403 #A buffer parameter was bad
1361n/aerrFSBadForkName = -1402 #Fork name parameter is bad
1362n/aerrFSBadFSRef = -1401 #FSRef parameter is bad
1363n/aerrFSUnknownCall = -1400 #selector is not recognized by this filesystem
1364n/abadFCBErr = -1327 #FCBRecPtr is not valid
1365n/avolVMBusyErr = -1311 #can't eject because volume is in use by VM
1366n/afsDataTooBigErr = -1310 #file or volume is too big for system
1367n/afileBoundsErr = -1309 #file's EOF, offset, mark or size is too big
1368n/anotARemountErr = -1308 #when _Mount allows only remounts and doesn't get one
1369n/abadFidErr = -1307 #file id is dangling or doesn't match with the file number
1370n/asameFileErr = -1306 #can't exchange a file with itself
1371n/adesktopDamagedErr = -1305 #desktop database files are corrupted
1372n/acatChangedErr = -1304 #the catalog has been modified
1373n/adiffVolErr = -1303 #files on different volumes
1374n/anotAFileErr = -1302 #directory specified
1375n/afidExists = -1301 #file id already exists
1376n/afidNotFound = -1300 #no file thread exists.
1377n/aerrRefNum = -1280 #bad connection refNum
1378n/aerrAborted = -1279 #control call was aborted
1379n/aerrState = -1278 #bad connection state for this operation
1380n/aerrOpening = -1277 #open connection request failed
1381n/aerrAttention = -1276 #attention message too long
1382n/aerrFwdReset = -1275 #read terminated by forward reset
1383n/aerrDSPQueueSize = -1274 #DSP Read/Write Queue Too small
1384n/aerrOpenDenied = -1273 #open connection request was denied
1385n/areqAborted = -1105 #reqAborted
1386n/anoDataArea = -1104 #noDataArea
1387n/anoSendResp = -1103 #noSendResp
1388n/acbNotFound = -1102 #cbNotFound
1389n/anoRelErr = -1101 #noRelErr
1390n/abadBuffNum = -1100 #badBuffNum
1391n/abadATPSkt = -1099 #badATPSkt
1392n/atooManySkts = -1098 #tooManySkts
1393n/atooManyReqs = -1097 #tooManyReqs
1394n/areqFailed = -1096 #reqFailed
1395n/aaspNoAck = -1075 #No ack on attention request (server err)
1396n/aaspTooMany = -1074 #Too many clients (server error)
1397n/aaspSizeErr = -1073 #Command block too big
1398n/aaspSessClosed = -1072 #Session closed
1399n/aaspServerBusy = -1071 #Server cannot open another session
1400n/aaspParamErr = -1070 #Parameter error
1401n/aaspNoServers = -1069 #No servers at that address
1402n/aaspNoMoreSess = -1068 #No more sessions on server
1403n/aaspBufTooSmall = -1067 #Buffer too small
1404n/aaspBadVersNum = -1066 #Server cannot support this ASP version
1405n/anbpNISErr = -1029 #Error trying to open the NIS
1406n/anbpNotFound = -1028 #Name not found on remove
1407n/anbpDuplicate = -1027 #Duplicate name exists already
1408n/anbpConfDiff = -1026 #Name confirmed at different socket
1409n/anbpNoConfirm = -1025 #nbpNoConfirm
1410n/anbpBuffOvr = -1024 #Buffer overflow in LookupName
1411n/anoMaskFoundErr = -1000 #Icon Utilties Error
1412n/akFMFontContainerAccessErr = -985 #kFMFontContainerAccessErr
1413n/akFMFontTableAccessErr = -984 #kFMFontTableAccessErr
1414n/akFMIterationScopeModifiedErr = -983 #kFMIterationScopeModifiedErr
1415n/akFMInvalidFontErr = -982 #kFMInvalidFontErr
1416n/akFMInvalidFontFamilyErr = -981 #kFMInvalidFontFamilyErr
1417n/akFMIterationCompleted = -980 #kFMIterationCompleted
1418n/aguestNotAllowedErr = -932 #destination port requires authentication
1419n/abadLocNameErr = -931 #location name malformed
1420n/abadServiceMethodErr = -930 #illegal service type, or not supported
1421n/anoUserRecErr = -928 #Invalid user reference number
1422n/aauthFailErr = -927 #unable to authenticate user at destination
1423n/anoInformErr = -926 #PPCStart failed because destination did not have inform pending
1424n/anetworkErr = -925 #An error has occurred in the network, not too likely
1425n/anoUserRefErr = -924 #unable to create a new userRefNum
1426n/anotLoggedInErr = -923 #The default userRefNum does not yet exist
1427n/anoDefaultUserErr = -922 #user hasn't typed in owners name in Network Setup Control Pannel
1428n/abadPortNameErr = -919 #PPCPortRec malformed
1429n/asessClosedErr = -917 #session was closed
1430n/aportClosedErr = -916 #port was closed
1431n/anoResponseErr = -915 #unable to contact destination
1432n/anoToolboxNameErr = -914 #A system resource is missing, not too likely
1433n/anoMachineNameErr = -913 #user hasn't named his Macintosh in the Network Setup Control Panel
1434n/auserRejectErr = -912 #Destination rejected the session request
1435n/anoUserNameErr = -911 #user name unknown on destination machine
1436n/aportNameExistsErr = -910 #port is already open (perhaps in another app)
1437n/abadReqErr = -909 #bad parameter or invalid state for operation
1438n/anoSessionErr = -908 #Invalid session reference number
1439n/asessTableErr = -907 #Out of session tables, try again later
1440n/adestPortErr = -906 #Port does not exist at destination
1441n/alocalOnlyErr = -905 #Network activity is currently disabled
1442n/anoGlobalsErr = -904 #The system is hosed, better re-boot
1443n/anoPortErr = -903 #Unable to open port or bad portRefNum. If you're calling
1444n/anameTypeErr = -902 #Invalid or inappropriate locationKindSelector in locationName
1445n/anotInitErr = -900 #PPCToolBox not initialized
1446n/anotAppropriateForClassic = -877 #This application won't or shouldn't run on Classic (Problem 2481058).
1447n/aappVersionTooOld = -876 #The application's creator and version are incompatible with the current version of Mac OS.
1448n/awrongApplicationPlatform = -875 #The application could not launch because the required platform is not available
1449n/ahmCloseViewActive = -863 #Returned from HMRemoveBalloon if CloseView was active
1450n/ahmNoBalloonUp = -862 #Returned from HMRemoveBalloon if no balloon was visible when call was made
1451n/ahmOperationUnsupported = -861 #Returned from HMShowBalloon call if bad method passed to routine
1452n/ahmUnknownHelpType = -859 #Returned if help msg record contained a bad type
1453n/ahmWrongVersion = -858 #Returned if help mgr resource was the wrong version
1454n/ahmSkippedBalloon = -857 #Returned from calls if helpmsg specified a skip balloon
1455n/ahmHelpManagerNotInited = -855 #Returned from HMGetHelpMenuHandle if help menu not setup
1456n/ahmSameAsLastBalloon = -854 #Returned from HMShowMenuBalloon if menu & item is same as last time
1457n/ahmBalloonAborted = -853 #Returned if mouse was moving or mouse wasn't in window port rect
1458n/ahmHelpDisabled = -850 #Show Balloons mode was off, call to routine ignored
1459n/arcDBPackNotInited = -813 #attempt to call other routine before InitDBPack
1460n/arcDBWrongVersion = -812 #incompatible versions
1461n/arcDBNoHandler = -811 #no app handler for specified data type
1462n/arcDBBadAsyncPB = -810 #tried to kill a bad pb
1463n/arcDBAsyncNotSupp = -809 #ddev does not support async calls
1464n/arcDBBadDDEV = -808 #bad ddev specified on DBInit
1465n/arcDBBadSessNum = -807 #bad session number for DBGetConnInfo
1466n/arcDBBadSessID = -806 #rcDBBadSessID
1467n/arcDBExec = -805 #rcDBExec
1468n/arcDBBreak = -804 #rcDBBreak
1469n/arcDBBadType = -803 #rcDBBadType
1470n/arcDBError = -802 #rcDBError
1471n/arcDBValue = -801 #rcDBValue
1472n/arcDBNull = -800 #rcDBNull
1473n/aicTooManyProfilesErr = -677 #too many profiles in database
1474n/aicProfileNotFoundErr = -676 #profile not found
1475n/aicConfigInappropriateErr = -675 #incorrect manufacturer code
1476n/aicConfigNotFoundErr = -674 #no internet configuration was found
1477n/aicNoURLErr = -673 #no URL found
1478n/aicNothingToOverrideErr = -672 #no component for the override component to capture
1479n/aicNoMoreWritersErr = -671 #you cannot begin a write session because someone else is already doing it
1480n/aicTruncatedErr = -670 #more data was present than was returned
1481n/aicInternalErr = -669 #Internet Config internal error
1482n/aicPrefDataErr = -668 #problem with preference data
1483n/aicPermErr = -667 #cannot set preference
1484n/aicPrefNotFoundErr = -666 #Internet preference not found
1485n/avmInvalidOwningProcessErr = -648 #current process does not own the BackingFileID or FileViewID
1486n/avmAddressNotInFileViewErr = -647 #address is not in a FileView
1487n/avmNoMoreFileViewsErr = -646 #no more FileViews were found
1488n/avmFileViewAccessErr = -645 #requested FileViewAccess cannot be obtained
1489n/avmInvalidFileViewIDErr = -644 #invalid FileViewID
1490n/avmNoMoreBackingFilesErr = -643 #no more BackingFiles were found
1491n/avmBusyBackingFileErr = -642 #open views found on BackingFile
1492n/avmMappingPrivilegesErr = -641 #requested MappingPrivileges cannot be obtained
1493n/avmInvalidBackingFileIDErr = -640 #invalid BackingFileID
1494n/anoMMUErr = -626 #no MMU present
1495n/acannotDeferErr = -625 #unable to defer additional functions
1496n/ainterruptsMaskedErr = -624 #donÕt call with interrupts masked
1497n/anotLockedErr = -623 #specified range of memory is not locked
1498n/acannotMakeContiguousErr = -622 #cannot make specified range contiguous
1499n/anotHeldErr = -621 #specified range of memory is not held
1500n/anotEnoughMemoryErr = -620 #insufficient physical memory
1501n/athreadProtocolErr = -619 #threadProtocolErr
1502n/athreadNotFoundErr = -618 #threadNotFoundErr
1503n/athreadTooManyReqsErr = -617 #threadTooManyReqsErr
1504n/anoUserInteractionAllowed = -610 #no user interaction allowed
1505n/aconnectionInvalid = -609 #connectionInvalid
1506n/anoOutstandingHLE = -608 #noOutstandingHLE
1507n/abufferIsSmall = -607 #error returns from Post and Accept
1508n/aappIsDaemon = -606 #app is BG-only, and launch flags disallow this
1509n/aappMemFullErr = -605 #application SIZE not big enough for launch
1510n/ahardwareConfigErr = -604 #hardware configuration not correct for call
1511n/aprotocolErr = -603 #app made module calls in improper order
1512n/aappModeErr = -602 #memory mode is 32-bit, but app not 32-bit clean
1513n/amemFragErr = -601 #not enough room to launch app w/special requirements
1514n/aprocNotFound = -600 #no eligible process with specified descriptor
1515n/adriverHardwareGoneErr = -503 #disk driver's hardware was disconnected
1516n/ahwParamErr = -502 #bad selector for _HWPriv
1517n/ateScrapSizeErr = -501 #scrap item too big for text edit record
1518n/argnTooBigErr = -500 #rgnTooBigErr
1519n/aexUserBreak = -492 #user debugger break; execute debugger commands on stack
1520n/astrUserBreak = -491 #user debugger break; display string on stack
1521n/auserBreak = -490 #user debugger break
1522n/anotThePublisherWrn = -463 #not the first registered publisher for that container
1523n/acontainerAlreadyOpenWrn = -462 #container already opened by this section
1524n/acontainerNotFoundWrn = -461 #could not find editionContainer at this time
1525n/amultiplePublisherWrn = -460 #A Publisher is already registered for that container
1526n/abadSubPartErr = -454 #can not use sub parts in this release
1527n/abadEditionFileErr = -453 #edition file is corrupt
1528n/anotRegisteredSectionErr = -452 #not a registered SectionRecord
1529n/abadSectionErr = -451 #not a valid SectionRecord
1530n/aeditionMgrInitErr = -450 #edition manager not inited by this app
1531n/afsmUnknownFSMMessageErr = -438 #unknown message passed to FSM
1532n/afsmNoAlternateStackErr = -437 #no alternate stack for HFS CI
1533n/afsmBadFSDVersionErr = -436 #FSM version incompatible with FSD
1534n/afsmDuplicateFSIDErr = -435 #FSID already exists on InstallFS
1535n/afsmBadFSDLenErr = -434 #FSD size incompatible with current FSM vers
1536n/afsmBadFFSNameErr = -433 #Name length not 1 <= length <= 31
1537n/afsmBusyFFSErr = -432 #File system is busy, cannot be removed
1538n/afsmFFSNotFoundErr = -431 #Foreign File system does not exist - new Pack2 could return this error too
1539n/abtKeyAttrErr = -417 #There is no such a key attribute.
1540n/abtKeyLenErr = -416 #Maximum key length is too long or equal to zero.
1541n/abtRecNotFnd = -415 #Record cannot be found.
1542n/abtDupRecErr = -414 #Record already exists.
1543n/abtNoSpace = -413 #Can't allocate disk space.
1544n/anotBTree = -410 #The file is not a dictionary.
1545n/agcrOnMFMErr = -400 #gcr format on high density media error
1546n/aslotNumErr = -360 #invalid slot # error
1547n/asmRecNotFnd = -351 #Record not found in the SRT.
1548n/asmSRTOvrFlErr = -350 #SRT over flow.
1549n/asmNoGoodOpens = -349 #No opens were successfull in the loop.
1550n/asmOffsetErr = -348 #Offset was too big (temporary error
1551n/asmByteLanesErr = -347 #NumByteLanes was determined to be zero.
1552n/asmBadsPtrErr = -346 #Bad pointer was passed to sCalcsPointer
1553n/asmsGetDrvrErr = -345 #Error occurred during _sGetDriver.
1554n/asmNoMoresRsrcs = -344 #No more sResources
1555n/asmDisDrvrNamErr = -343 #Error occurred during _sDisDrvrName.
1556n/asmGetDrvrNamErr = -342 #Error occurred during _sGetDrvrName.
1557n/asmCkStatusErr = -341 #Status of slot = fail.
1558n/asmBlkMoveErr = -340 #_BlockMove error
1559n/asmNewPErr = -339 #_NewPtr error
1560n/asmSelOOBErr = -338 #Selector out of bounds error
1561n/asmSlotOOBErr = -337 #Slot out of bounds error
1562n/asmNilsBlockErr = -336 #Nil sBlock error (Dont allocate and try to use a nil sBlock)
1563n/asmsPointerNil = -335 #LPointer is nil From sOffsetData. If this error occurs; check sInfo rec for more information.
1564n/asmCPUErr = -334 #Code revision is wrong
1565n/asmCodeRevErr = -333 #Code revision is wrong
1566n/asmReservedErr = -332 #Reserved field not zero
1567n/asmBadsList = -331 #Bad sList: Id1 < Id2 < Id3 ...format is not followed.
1568n/asmBadRefId = -330 #Reference Id not found in List
1569n/asmBusErrTO = -320 #BusError time out.
1570n/asmBadBoardId = -319 #BoardId was wrong; re-init the PRAM record.
1571n/asmReservedSlot = -318 #slot is reserved, VM should not use this address space.
1572n/asmInitTblVErr = -317 #An error occurred while trying to initialize the Slot Resource Table.
1573n/asmInitStatVErr = -316 #The InitStatusV field was negative after primary or secondary init.
1574n/asmNoBoardId = -315 #No Board Id.
1575n/asmGetPRErr = -314 #Error occurred during _sGetPRAMRec (See SIMStatus).
1576n/asmNoBoardSRsrc = -313 #No Board sResource.
1577n/asmDisposePErr = -312 #_DisposePointer error
1578n/asmFHBlkDispErr = -311 #Error occurred during _sDisposePtr (Dispose of FHeader block).
1579n/asmFHBlockRdErr = -310 #Error occurred during _sGetFHeader.
1580n/asmBLFieldBad = -309 #ByteLanes field was bad.
1581n/asmUnExBusErr = -308 #Unexpected BusError
1582n/asmResrvErr = -307 #Fatal reserved error. Reserved field != 0.
1583n/asmNosInfoArray = -306 #No sInfoArray. Memory Mgr error.
1584n/asmDisabledSlot = -305 #This slot is disabled (-305 use to be smLWTstBad)
1585n/asmNoDir = -304 #Directory offset is Nil
1586n/asmRevisionErr = -303 #Wrong revison level
1587n/asmFormatErr = -302 #FHeader Format is not Apple's
1588n/asmCRCFail = -301 #CRC check failed for declaration data
1589n/asmEmptySlot = -300 #No card in slot
1590n/anmTypErr = -299 #Notification Manager:wrong queue type
1591n/asmPriInitErr = -293 #Error; Cards could not be initialized.
1592n/asmPRAMInitErr = -292 #Error; Slot Resource Table could not be initialized.
1593n/asmSRTInitErr = -291 #Error; Slot Resource Table could not be initialized.
1594n/asmSDMInitErr = -290 #Error; SDM could not be initialized.
1595n/amidiInvalidCmdErr = -261 #command not supported for port type
1596n/amidiDupIDErr = -260 #duplicate client ID
1597n/amidiNameLenErr = -259 #name supplied is longer than 31 characters
1598n/amidiWriteErr = -258 #MIDIWritePacket couldn't write to all connected ports
1599n/amidiNoConErr = -257 #no connection exists between specified ports
1600n/amidiVConnectRmvd = -256 #pending virtual connection removed
1601n/amidiVConnectMade = -255 #pending virtual connection resolved
1602n/amidiVConnectErr = -254 #pending virtual connection created
1603n/amidiTooManyConsErr = -253 #too many connections made
1604n/amidiTooManyPortsErr = -252 #too many ports already installed in the system
1605n/amidiNoPortErr = -251 #no port with that ID found
1606n/amidiNoClientErr = -250 #no client with that ID found
1607n/abadInputText = -247 #badInputText
1608n/abadDictFormat = -246 #badDictFormat
1609n/aincompatibleVoice = -245 #incompatibleVoice
1610n/avoiceNotFound = -244 #voiceNotFound
1611n/abufTooSmall = -243 #bufTooSmall
1612n/asynthNotReady = -242 #synthNotReady
1613n/asynthOpenFailed = -241 #synthOpenFailed
1614n/anoSynthFound = -240 #noSynthFound
1615n/asiUnknownQuality = -232 #invalid quality selector (returned by driver)
1616n/asiUnknownInfoType = -231 #invalid info type selector (returned by driver)
1617n/asiInputDeviceErr = -230 #input device hardware failure
1618n/asiBadRefNum = -229 #invalid input device reference number
1619n/asiBadDeviceName = -228 #input device could not be opened
1620n/asiDeviceBusyErr = -227 #input device already in use
1621n/asiInvalidSampleSize = -226 #invalid sample size
1622n/asiInvalidSampleRate = -225 #invalid sample rate
1623n/asiHardDriveTooSlow = -224 #hard drive too slow to record to disk
1624n/asiInvalidCompression = -223 #invalid compression type
1625n/asiNoBufferSpecified = -222 #returned by synchronous SPBRecord if nil buffer passed
1626n/asiBadSoundInDevice = -221 #invalid index passed to SoundInGetIndexedDevice
1627n/asiNoSoundInHardware = -220 #no Sound Input hardware
1628n/asiVBRCompressionNotSupported = -213 #vbr audio compression not supported for this operation
1629n/anoMoreRealTime = -212 #not enough CPU cycles left to add another task
1630n/achannelNotBusy = -211 #channelNotBusy
1631n/abuffersTooSmall = -210 #can not operate in the memory allowed
1632n/achannelBusy = -209 #the Channel is being used for a PFD already
1633n/abadFileFormat = -208 #was not type AIFF or was of bad format,corrupt
1634n/anotEnoughBufferSpace = -207 #could not allocate enough memory
1635n/abadFormat = -206 #Sound Manager Error Returns
1636n/abadChannel = -205 #Sound Manager Error Returns
1637n/aresProblem = -204 #Sound Manager Error Returns
1638n/aqueueFull = -203 #Sound Manager Error Returns
1639n/anotEnoughHardwareErr = -201 #Sound Manager Error Returns
1640n/anoHardwareErr = -200 #Sound Manager Error Returns
1641n/amapReadErr = -199 #map inconsistent with operation
1642n/aresAttrErr = -198 #attribute inconsistent with operation
1643n/armvRefFailed = -197 #RmveReference failed
1644n/armvResFailed = -196 #RmveResource failed
1645n/aaddRefFailed = -195 #AddReference failed
1646n/aaddResFailed = -194 #AddResource failed
1647n/aresFNotFound = -193 #Resource file not found
1648n/aresNotFound = -192 #Resource not found
1649n/ainputOutOfBounds = -190 #Offset of Count out of bounds
1650n/awritingPastEnd = -189 #Writing past end of file
1651n/aresourceInMemory = -188 #Resource already in memory
1652n/aCantDecompress = -186 #resource bent ("the bends") - can't decompress a compressed resource
1653n/abadExtResource = -185 #extended resource has a bad format.
1654n/acmNoCurrentProfile = -182 #Responder error
1655n/acmUnsupportedDataType = -181 #Responder error
1656n/acmCantDeleteProfile = -180 #Responder error
1657n/acmCantXYZ = -179 #CMM cant handle XYZ space
1658n/acmCantConcatenateError = -178 #Profile can't be concatenated
1659n/acmProfilesIdentical = -177 #Profiles the same
1660n/acmProfileNotFound = -176 #Responder error
1661n/acmMethodNotFound = -175 #CMM not present
1662n/acmMethodError = -171 #cmMethodError
1663n/acmProfileError = -170 #cmProfileError
1664n/acDepthErr = -157 #invalid pixel depth
1665n/acResErr = -156 #invalid resolution for MakeITable
1666n/acDevErr = -155 #invalid type of graphics device
1667n/acProtectErr = -154 #colorTable entry protection violation
1668n/acRangeErr = -153 #range error on colorTable request
1669n/acNoMemErr = -152 #failed to allocate memory for structure
1670n/acTempMemErr = -151 #failed to allocate memory for temporary structures
1671n/acMatchErr = -150 #Color2Index failed to find an index
1672n/ainsufficientStackErr = -149 #insufficientStackErr
1673n/apixMapTooDeepErr = -148 #pixMapTooDeepErr
1674n/argnOverflowErr = -147 #rgnOverflowErr
1675n/anoMemForPictPlaybackErr = -145 #noMemForPictPlaybackErr
1676n/auserCanceledErr = -128 #userCanceledErr
1677n/ahMenuFindErr = -127 #could not find HMenu's parent in MenuKey (wrong error code - obsolete)
1678n/amBarNFnd = -126 #system error code for MBDF not found
1679n/aupdPixMemErr = -125 #insufficient memory to update a pixmap
1680n/avolGoneErr = -124 #Server volume has been disconnected.
1681n/awrgVolTypErr = -123 #Wrong volume type error [operation not supported for MFS]
1682n/abadMovErr = -122 #Move into offspring error
1683n/atmwdoErr = -121 #No free WDCB available
1684n/adirNFErr = -120 #Directory not found
1685n/amemLockedErr = -117 #trying to move a locked block (MoveHHi)
1686n/amemSCErr = -116 #Size Check failed
1687n/amemBCErr = -115 #Block Check failed
1688n/amemPCErr = -114 #Pointer Check failed
1689n/amemAZErr = -113 #Address in zone check failed
1690n/amemPurErr = -112 #trying to purge a locked or non-purgeable block
1691n/amemWZErr = -111 #WhichZone failed (applied to free block)
1692n/amemAdrErr = -110 #address was odd; or out of range
1693n/anilHandleErr = -109 #Master Pointer was NIL in HandleZone or other
1694n/amemFullErr = -108 #Not enough room in heap zone
1695n/anoTypeErr = -102 #No object of that type in scrap
1696n/anoScrapErr = -100 #No scrap exists error
1697n/amemROZWarn = -99 #soft error in ROZ
1698n/aportNotCf = -98 #driver Open error code (parameter RAM not configured for this connection)
1699n/aportInUse = -97 #driver Open error code (port is in use)
1700n/aportNotPwr = -96 #serial port not currently powered
1701n/aexcessCollsns = -95 #excessive collisions on write
1702n/alapProtErr = -94 #error in attaching/detaching protocol
1703n/anoBridgeErr = -93 #no network bridge for non-local send
1704n/aeLenErr = -92 #Length error ddpLenErr
1705n/aeMultiErr = -91 #Multicast address error ddpSktErr
1706n/abreakRecd = -90 #Break received (SCC)
1707n/arcvrErr = -89 #SCC receiver error (framing; parity; OR)
1708n/aprInitErr = -88 #InitUtil found the parameter ram uninitialized
1709n/aprWrErr = -87 #parameter ram written didn't read-verify
1710n/aclkWrErr = -86 #time written did not verify
1711n/aclkRdErr = -85 #unable to read same clock value twice
1712n/averErr = -84 #track failed to verify
1713n/afmt2Err = -83 #can't get enough sync
1714n/afmt1Err = -82 #can't find sector 0 after track format
1715n/asectNFErr = -81 #sector number never found on a track
1716n/aseekErr = -80 #track number wrong on address mark
1717n/aspdAdjErr = -79 #unable to correctly adjust disk speed
1718n/atwoSideErr = -78 #tried to read 2nd side on a 1-sided drive
1719n/ainitIWMErr = -77 #unable to initialize IWM
1720n/atk0BadErr = -76 #track 0 detect doesn't change
1721n/acantStepErr = -75 #step handshake failed
1722n/awrUnderrun = -74 #write underrun occurred
1723n/abadDBtSlp = -73 #bad data mark bit slip nibbles
1724n/abadDCksum = -72 #bad data mark checksum
1725n/anoDtaMkErr = -71 #couldn't find a data mark header
1726n/abadBtSlpErr = -70 #bad addr mark bit slip nibbles
1727n/abadCksmErr = -69 #addr mark checksum didn't check
1728n/adataVerErr = -68 #read verify compare failed
1729n/anoAdrMkErr = -67 #couldn't find valid addr mark
1730n/anoNybErr = -66 #couldn't find 5 nybbles in 200 tries
1731n/aoffLinErr = -65 #r/w requested for an off-line drive
1732n/afontDecError = -64 #error during font declaration
1733n/awrPermErr = -61 #write permissions error
1734n/abadMDBErr = -60 #bad master directory block
1735n/afsRnErr = -59 #file system internal error:during rename the old entry was deleted but could not be restored.
1736n/aextFSErr = -58 #volume in question belongs to an external fs
1737n/anoMacDskErr = -57 #not a mac diskette (sig bytes are wrong)
1738n/ansDrvErr = -56 #no such drive (tried to mount a bad drive num)
1739n/avolOnLinErr = -55 #drive volume already on-line at MountVol
1740n/apermErr = -54 #permissions error (on file open)
1741n/avolOffLinErr = -53 #volume not on line error (was Ejected)
1742n/agfpErr = -52 #get file position error
1743n/arfNumErr = -51 #refnum error
1744n/aparamErr = -50 #error in user parameter list
1745n/aopWrErr = -49 #file already open with with write permission
1746n/adupFNErr = -48 #duplicate filename (rename)
1747n/afBsyErr = -47 #File is busy (delete)
1748n/avLckdErr = -46 #volume is locked
1749n/afLckdErr = -45 #file is locked
1750n/awPrErr = -44 #diskette is write protected.
1751n/afnfErr = -43 #File not found
1752n/atmfoErr = -42 #too many files open
1753n/amFulErr = -41 #memory full (open) or file won't fit (load)
1754n/aposErr = -40 #tried to position to before start of file (r/w)
1755n/aeofErr = -39 #End of file
1756n/afnOpnErr = -38 #File not open
1757n/abdNamErr = -37 #there may be no bad names in the final system!
1758n/aioErr = -36 #I/O error (bummers)
1759n/ansvErr = -35 #no such volume
1760n/adskFulErr = -34 #disk full
1761n/adirFulErr = -33 #Directory full
1762n/adceExtErr = -30 #dce extension error
1763n/aunitTblFullErr = -29 #unit table has no more entries
1764n/anotOpenErr = -28 #Couldn't rd/wr/ctl/sts cause driver not opened
1765n/aiIOAbortErr = -27 #IO abort error (Printing Manager)
1766n/adInstErr = -26 #DrvrInstall couldn't find driver in resources
1767n/adRemovErr = -25 #tried to remove an open driver
1768n/aclosErr = -24 #I/O System Errors
1769n/aopenErr = -23 #I/O System Errors
1770n/aunitEmptyErr = -22 #I/O System Errors
1771n/abadUnitErr = -21 #I/O System Errors
1772n/awritErr = -20 #I/O System Errors
1773n/areadErr = -19 #I/O System Errors
1774n/astatusErr = -18 #I/O System Errors
1775n/acontrolErr = -17 #I/O System Errors
1776n/adsExtensionsDisabled = -13 #say –Extensions Disabled”
1777n/adsHD20Installed = -12 #say –HD20 Startup”
1778n/adsDisassemblerInstalled = -11 #say –Disassembler Installed”
1779n/adsMacsBugInstalled = -10 #say –MacsBug Installed”
1780n/aseNoDB = -8 #no debugger installed to handle debugger command
1781n/aSlpTypeErr = -5 #invalid queue element
1782n/aunimpErr = -4 #unimplemented core routine
1783n/acorErr = -3 #core routine number out of range
1784n/adsNoExtsDisassembler = -2 #not a SysErr, just a placeholder
1785n/aqErr = -1 #queue element not found during deletion
1786n/atsmComponentNoErr = 0 #component result = no error
1787n/aEPERM = 1 #Operation not permitted
1788n/aENOENT = 2 #No such file or directory
1789n/aESRCH = 3 #No such process
1790n/aEINTR = 4 #Interrupted system call
1791n/aEIO = 5 #Input/output error
1792n/aENXIO = 6 #Device not configured
1793n/aE2BIG = 7 #Argument list too long
1794n/aENOEXEC = 8 #Exec format error
1795n/aEBADF = 9 #Bad file descriptor
1796n/aECHILD = 10 #No child processes
1797n/aEDEADLK = 11 #Resource deadlock avoided
1798n/aENOMEM = 12 #Cannot allocate memory
1799n/aEACCES = 13 #Permission denied
1800n/aEFAULT = 14 #Bad address
1801n/aECANCELED = 15 #Operation cancelled
1802n/aEBUSY = 16 #Device busy
1803n/aEEXIST = 17 #File exists
1804n/aEXDEV = 18 #Cross-device link
1805n/aENODEV = 19 #Operation not supported by device
1806n/aENOTDIR = 20 #Not a directory
1807n/aEISDIR = 21 #Is a directory
1808n/aEINVAL = 22 #Invalid argument
1809n/aENFILE = 23 #Too many open files in system
1810n/aEMFILE = 24 #Too many open files
1811n/aENOTTY = 25 #Inappropriate ioctl for device
1812n/aESIGPARM = 26 #Signal error
1813n/aEFBIG = 27 #File too large
1814n/aENOSPC = 28 #No space left on device
1815n/aESPIPE = 29 #Illegal seek
1816n/aEROFS = 30 #Read-only file system
1817n/aEMLINK = 31 #Too many links
1818n/aEPIPE = 32 #Broken pipe
1819n/aEDOM = 33 #Numerical argument out of domain
1820n/aERANGE = 34 #Result too large
1821n/aEAGAIN = 35 #Resource temporarily unavailable
1822n/aEINPROGRESS = 36 #Operation now in progress
1823n/aEALREADY = 37 #Operation already in progress
1824n/aENOTSOCK = 38 #Socket operation on non-socket
1825n/aEDESTADDRREQ = 39 #Destination address required
1826n/aEMSGSIZE = 40 #Message too long
1827n/aEPROTOTYPE = 41 #Protocol wrong type for socket
1828n/aENOPROTOOPT = 42 #Protocol not available
1829n/aEPROTONOSUPPORT = 43 #Protocol not supported
1830n/aESOCKTNOSUPPORT = 44 #Socket type not supported
1831n/aEOPNOTSUPP = 45 #Operation not supported
1832n/aEPFNOSUPPORT = 46 #Protocol family not supported
1833n/aEAFNOSUPPORT = 47 #Address family not supported by protocol family
1834n/aEADDRINUSE = 48 #Address already in use
1835n/aEADDRNOTAVAIL = 49 #Can't assign requested address
1836n/aENETDOWN = 50 #Network is down
1837n/aENETUNREACH = 51 #Network is unreachable
1838n/aENETRESET = 52 #Network dropped connection on reset
1839n/aECONNABORTED = 53 #Software caused connection abort
1840n/aECONNRESET = 54 #Connection reset by peer
1841n/aENOBUFS = 55 #No buffer space available
1842n/aEISCONN = 56 #Socket is already connected
1843n/aENOTCONN = 57 #Socket is not connected
1844n/aESHUTDOWN = 58 #Can't send after socket shutdown
1845n/aETOOMANYREFS = 59 #Too many references: can't splice
1846n/aETIMEDOUT = 60 #Operation timed out
1847n/aECONNREFUSED = 61 #Connection refused
1848n/aELOOP = 62 #Too many levels of symbolic links
1849n/aENAMETOOLONG = 63 #File name too long
1850n/aEHOSTDOWN = 64 #Host is down
1851n/aEHOSTUNREACH = 65 #No route to host
1852n/aENOTEMPTY = 66 #Directory not empty
1853n/aELOOK = 67 #Internal mapping for kOTLookErr, don't return to client
1854n/aENOLCK = 77 #No locks available
1855n/aENOSYS = 78 #Function not implemented
1856n/aEILSEQ = 88 #Wide character encoding error
1857n/aEUNKNOWN = 99 #Unknown error