PageRenderTime 72ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 1ms

/lib-python/2.7/plat-mac/macerrors.py

https://bitbucket.org/chence/pypy
Python | 1857 lines | 1854 code | 2 blank | 1 comment | 0 complexity | b471c3ed1d08b553ddcd9ca8a3589fcc MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. # -coding=latin1-
  2. from warnings import warnpy3k
  3. warnpy3k("In 3.x, the macerrors module is removed.", stacklevel=2)
  4. svTempDisable = -32768 #svTempDisable
  5. svDisabled = -32640 #Reserve range -32640 to -32768 for Apple temp disables.
  6. fontNotOutlineErr = -32615 #bitmap font passed to routine that does outlines only
  7. kURL68kNotSupportedError = -30788 #kURL68kNotSupportedError
  8. kURLAccessNotAvailableError = -30787 #kURLAccessNotAvailableError
  9. kURLInvalidConfigurationError = -30786 #kURLInvalidConfigurationError
  10. kURLExtensionFailureError = -30785 #kURLExtensionFailureError
  11. kURLFileEmptyError = -30783 #kURLFileEmptyError
  12. kURLInvalidCallError = -30781 #kURLInvalidCallError
  13. kURLUnsettablePropertyError = -30780 #kURLUnsettablePropertyError
  14. kURLPropertyBufferTooSmallError = -30779 #kURLPropertyBufferTooSmallError
  15. kURLUnknownPropertyError = -30778 #kURLUnknownPropertyError
  16. kURLPropertyNotYetKnownError = -30777 #kURLPropertyNotYetKnownError
  17. kURLAuthenticationError = -30776 #kURLAuthenticationError
  18. kURLServerBusyError = -30775 #kURLServerBusyError
  19. kURLUnsupportedSchemeError = -30774 #kURLUnsupportedSchemeError
  20. kURLInvalidURLError = -30773 #kURLInvalidURLError
  21. kURLDestinationExistsError = -30772 #kURLDestinationExistsError
  22. kURLProgressAlreadyDisplayedError = -30771 #kURLProgressAlreadyDisplayedError
  23. kURLInvalidURLReferenceError = -30770 #kURLInvalidURLReferenceError
  24. controlHandleInvalidErr = -30599 #controlHandleInvalidErr
  25. controlInvalidDataVersionErr = -30597 #controlInvalidDataVersionErr
  26. errItemNotControl = -30596 #errItemNotControl
  27. errCantEmbedRoot = -30595 #errCantEmbedRoot
  28. errCantEmbedIntoSelf = -30594 #errCantEmbedIntoSelf
  29. errWindowRegionCodeInvalid = -30593 #errWindowRegionCodeInvalid
  30. errControlHiddenOrDisabled = -30592 #errControlHiddenOrDisabled
  31. errDataSizeMismatch = -30591 #errDataSizeMismatch
  32. errControlIsNotEmbedder = -30590 #errControlIsNotEmbedder
  33. errControlsAlreadyExist = -30589 #errControlsAlreadyExist
  34. errInvalidPartCode = -30588 #errInvalidPartCode
  35. errRootAlreadyExists = -30587 #errRootAlreadyExists
  36. errNoRootControl = -30586 #errNoRootControl
  37. errCouldntSetFocus = -30585 #errCouldntSetFocus
  38. errUnknownControl = -30584 #errUnknownControl
  39. errWindowDoesntSupportFocus = -30583 #errWindowDoesntSupportFocus
  40. errControlDoesntSupportFocus = -30582 #errControlDoesntSupportFocus
  41. errDataNotSupported = -30581 #errDataNotSupported
  42. errMessageNotSupported = -30580 #errMessageNotSupported
  43. themeMonitorDepthNotSupportedErr = -30567 #theme not supported at monitor depth
  44. themeScriptFontNotFoundErr = -30566 #theme font requested for uninstalled script system
  45. themeBadCursorIndexErr = -30565 #themeBadCursorIndexErr
  46. themeHasNoAccentsErr = -30564 #themeHasNoAccentsErr
  47. themeBadTextColorErr = -30563 #themeBadTextColorErr
  48. themeProcessNotRegisteredErr = -30562 #themeProcessNotRegisteredErr
  49. themeProcessRegisteredErr = -30561 #themeProcessRegisteredErr
  50. themeInvalidBrushErr = -30560 #pattern index invalid
  51. qtvrUninitialized = -30555 #qtvrUninitialized
  52. qtvrLibraryLoadErr = -30554 #qtvrLibraryLoadErr
  53. streamingNodeNotReadyErr = -30553 #streamingNodeNotReadyErr
  54. noMemoryNodeFailedInitialize = -30552 #noMemoryNodeFailedInitialize
  55. invalidHotSpotIDErr = -30551 #invalidHotSpotIDErr
  56. invalidNodeFormatErr = -30550 #invalidNodeFormatErr
  57. limitReachedErr = -30549 #limitReachedErr
  58. settingNotSupportedByNodeErr = -30548 #settingNotSupportedByNodeErr
  59. propertyNotSupportedByNodeErr = -30547 #propertyNotSupportedByNodeErr
  60. timeNotInViewErr = -30546 #timeNotInViewErr
  61. invalidViewStateErr = -30545 #invalidViewStateErr
  62. invalidNodeIDErr = -30544 #invalidNodeIDErr
  63. selectorNotSupportedByNodeErr = -30543 #selectorNotSupportedByNodeErr
  64. callNotSupportedByNodeErr = -30542 #callNotSupportedByNodeErr
  65. constraintReachedErr = -30541 #constraintReachedErr
  66. notAQTVRMovieErr = -30540 #notAQTVRMovieErr
  67. kFBCnoSuchHit = -30532 #kFBCnoSuchHit
  68. kFBCbadSearchSession = -30531 #kFBCbadSearchSession
  69. kFBCindexDiskIOFailed = -30530 #kFBCindexDiskIOFailed
  70. kFBCsummarizationCanceled = -30529 #kFBCsummarizationCanceled
  71. kFBCbadIndexFileVersion = -30528 #kFBCbadIndexFileVersion
  72. kFBCanalysisNotAvailable = -30527 #kFBCanalysisNotAvailable
  73. kFBCillegalSessionChange = -30526 #tried to add/remove vols to a session
  74. kFBCsomeFilesNotIndexed = -30525 #kFBCsomeFilesNotIndexed
  75. kFBCsearchFailed = -30524 #kFBCsearchFailed
  76. kFBCindexNotAvailable = -30523 #kFBCindexNotAvailable
  77. kFBCindexFileDestroyed = -30522 #kFBCindexFileDestroyed
  78. kFBCaccessCanceled = -30521 #kFBCaccessCanceled
  79. kFBCindexingCanceled = -30520 #kFBCindexingCanceled
  80. kFBCnoSearchSession = -30519 #kFBCnoSearchSession
  81. kFBCindexNotFound = -30518 #kFBCindexNotFound
  82. kFBCflushFailed = -30517 #kFBCflushFailed
  83. kFBCaddDocFailed = -30516 #kFBCaddDocFailed
  84. kFBCaccessorStoreFailed = -30515 #kFBCaccessorStoreFailed
  85. kFBCindexCreationFailed = -30514 #couldn't create index
  86. kFBCmergingFailed = -30513 #couldn't merge index files
  87. kFBCtokenizationFailed = -30512 #couldn't read from document or query
  88. kFBCmoveFailed = -30511 #V-Twin exception caught
  89. kFBCdeletionFailed = -30510 #V-Twin exception caught
  90. kFBCcommitFailed = -30509 #V-Twin exception caught
  91. kFBCindexingFailed = -30508 #V-Twin exception caught
  92. kFBCvalidationFailed = -30507 #V-Twin exception caught
  93. kFBCcompactionFailed = -30506 #V-Twin exception caught
  94. kFBCbadIndexFile = -30505 #bad FSSpec, or bad data in file
  95. kFBCfileNotIndexed = -30504 #kFBCfileNotIndexed
  96. kFBCbadParam = -30503 #kFBCbadParam
  97. kFBCallocFailed = -30502 #probably low memory
  98. kFBCnoIndexesFound = -30501 #kFBCnoIndexesFound
  99. kFBCvTwinExceptionErr = -30500 #no telling what it was
  100. kDSpStereoContextErr = -30450 #kDSpStereoContextErr
  101. kDSpInternalErr = -30449 #kDSpInternalErr
  102. kDSpConfirmSwitchWarning = -30448 #kDSpConfirmSwitchWarning
  103. kDSpFrameRateNotReadyErr = -30447 #kDSpFrameRateNotReadyErr
  104. kDSpContextNotFoundErr = -30446 #kDSpContextNotFoundErr
  105. kDSpContextNotReservedErr = -30445 #kDSpContextNotReservedErr
  106. kDSpContextAlreadyReservedErr = -30444 #kDSpContextAlreadyReservedErr
  107. kDSpInvalidAttributesErr = -30443 #kDSpInvalidAttributesErr
  108. kDSpInvalidContextErr = -30442 #kDSpInvalidContextErr
  109. kDSpSystemSWTooOldErr = -30441 #kDSpSystemSWTooOldErr
  110. kDSpNotInitializedErr = -30440 #kDSpNotInitializedErr
  111. kISpListBusyErr = -30429 #kISpListBusyErr
  112. kISpDeviceActiveErr = -30428 #kISpDeviceActiveErr
  113. kISpSystemActiveErr = -30427 #kISpSystemActiveErr
  114. kISpDeviceInactiveErr = -30426 #kISpDeviceInactiveErr
  115. kISpSystemInactiveErr = -30425 #kISpSystemInactiveErr
  116. kISpElementNotInListErr = -30424 #kISpElementNotInListErr
  117. kISpElementInListErr = -30423 #kISpElementInListErr
  118. kISpBufferToSmallErr = -30422 #kISpBufferToSmallErr
  119. kISpSystemListErr = -30421 #kISpSystemListErr
  120. kISpInternalErr = -30420 #kISpInternalErr
  121. kNSpJoinFailedErr = -30399 #kNSpJoinFailedErr
  122. kNSpCantBlockErr = -30398 #kNSpCantBlockErr
  123. kNSpMessageTooBigErr = -30397 #kNSpMessageTooBigErr
  124. kNSpSendFailedErr = -30396 #kNSpSendFailedErr
  125. kNSpConnectFailedErr = -30395 #kNSpConnectFailedErr
  126. kNSpGameTerminatedErr = -30394 #kNSpGameTerminatedErr
  127. kNSpTimeoutErr = -30393 #kNSpTimeoutErr
  128. kNSpInvalidProtocolListErr = -30392 #kNSpInvalidProtocolListErr
  129. kNSpInvalidProtocolRefErr = -30391 #kNSpInvalidProtocolRefErr
  130. kNSpInvalidDefinitionErr = -30390 #kNSpInvalidDefinitionErr
  131. kNSpAddPlayerFailedErr = -30389 #kNSpAddPlayerFailedErr
  132. kNSpCreateGroupFailedErr = -30388 #kNSpCreateGroupFailedErr
  133. kNSpNoHostVolunteersErr = -30387 #kNSpNoHostVolunteersErr
  134. kNSpNoGroupsErr = -30386 #kNSpNoGroupsErr
  135. kNSpNoPlayersErr = -30385 #kNSpNoPlayersErr
  136. kNSpInvalidGroupIDErr = -30384 #kNSpInvalidGroupIDErr
  137. kNSpInvalidPlayerIDErr = -30383 #kNSpInvalidPlayerIDErr
  138. kNSpNameRequiredErr = -30382 #kNSpNameRequiredErr
  139. kNSpFeatureNotImplementedErr = -30381 #kNSpFeatureNotImplementedErr
  140. kNSpAddressInUseErr = -30380 #kNSpAddressInUseErr
  141. kNSpRemovePlayerFailedErr = -30379 #kNSpRemovePlayerFailedErr
  142. kNSpFreeQExhaustedErr = -30378 #kNSpFreeQExhaustedErr
  143. kNSpInvalidAddressErr = -30377 #kNSpInvalidAddressErr
  144. kNSpNotAdvertisingErr = -30376 #kNSpNotAdvertisingErr
  145. kNSpAlreadyAdvertisingErr = -30374 #kNSpAlreadyAdvertisingErr
  146. kNSpMemAllocationErr = -30373 #kNSpMemAllocationErr
  147. kNSpOTVersionTooOldErr = -30371 #kNSpOTVersionTooOldErr
  148. kNSpOTNotPresentErr = -30370 #kNSpOTNotPresentErr
  149. kNSpInvalidParameterErr = -30369 #kNSpInvalidParameterErr
  150. kNSpInvalidGameRefErr = -30367 #kNSpInvalidGameRefErr
  151. kNSpProtocolNotAvailableErr = -30366 #kNSpProtocolNotAvailableErr
  152. kNSpHostFailedErr = -30365 #kNSpHostFailedErr
  153. kNSpPipeFullErr = -30364 #kNSpPipeFullErr
  154. kNSpTopologyNotSupportedErr = -30362 #kNSpTopologyNotSupportedErr
  155. kNSpAlreadyInitializedErr = -30361 #kNSpAlreadyInitializedErr
  156. kNSpInitializationFailedErr = -30360 #kNSpInitializationFailedErr
  157. kSSpScaleToZeroErr = -30344 #kSSpScaleToZeroErr
  158. kSSpParallelUpVectorErr = -30343 #kSSpParallelUpVectorErr
  159. kSSpCantInstallErr = -30342 #kSSpCantInstallErr
  160. kSSpVersionErr = -30341 #kSSpVersionErr
  161. kSSpInternalErr = -30340 #kSSpInternalErr
  162. kALMInternalErr = -30049 #kALMInternalErr
  163. kALMGroupNotFoundErr = -30048 #kALMGroupNotFoundErr
  164. kALMNoSuchModuleErr = -30047 #kALMNoSuchModuleErr
  165. kALMModuleCommunicationErr = -30046 #kALMModuleCommunicationErr
  166. kALMDuplicateModuleErr = -30045 #kALMDuplicateModuleErr
  167. kALMInstallationErr = -30044 #kALMInstallationErr
  168. kALMDeferSwitchErr = -30043 #kALMDeferSwitchErr
  169. kALMRebootFlagsLevelErr = -30042 #kALMRebootFlagsLevelErr
  170. kLocalesDefaultDisplayStatus = -30029 #Requested display locale unavailable, used default
  171. kLocalesTableFormatErr = -30002 #kLocalesTableFormatErr
  172. kLocalesBufferTooSmallErr = -30001 #kLocalesBufferTooSmallErr
  173. kFNSNameNotFoundErr = -29589 #The name with the requested paramters was not found
  174. kFNSBadFlattenedSizeErr = -29587 #flattened size didn't match input or was too small
  175. kFNSInsufficientDataErr = -29586 #insufficient data for the operation
  176. kFNSMismatchErr = -29585 #reference didn't match or wasn't found in profile
  177. kFNSDuplicateReferenceErr = -29584 #the ref. being added is already in the profile
  178. kFNSBadProfileVersionErr = -29583 #profile version is out of known range
  179. kFNSInvalidProfileErr = -29582 #profile is NULL or otherwise bad
  180. kFNSBadReferenceVersionErr = -29581 #ref. version is out of known range
  181. kFNSInvalidReferenceErr = -29580 #ref. was NULL or otherwise bad
  182. kCollateInvalidCollationRef = -29507 #kCollateInvalidCollationRef
  183. kCollateBufferTooSmall = -29506 #kCollateBufferTooSmall
  184. kCollateInvalidChar = -29505 #kCollateInvalidChar
  185. kCollatePatternNotFoundErr = -29504 #kCollatePatternNotFoundErr
  186. kCollateUnicodeConvertFailedErr = -29503 #kCollateUnicodeConvertFailedErr
  187. kCollateMissingUnicodeTableErr = -29502 #kCollateMissingUnicodeTableErr
  188. kCollateInvalidOptions = -29501 #kCollateInvalidOptions
  189. kCollateAttributesNotFoundErr = -29500 #kCollateAttributesNotFoundErr
  190. kMPInvalidIDErr = -29299 #kMPInvalidIDErr
  191. kMPInsufficientResourcesErr = -29298 #kMPInsufficientResourcesErr
  192. kMPTaskAbortedErr = -29297 #kMPTaskAbortedErr
  193. kMPTimeoutErr = -29296 #kMPTimeoutErr
  194. kMPDeletedErr = -29295 #kMPDeletedErr
  195. kMPBlueBlockingErr = -29293 #kMPBlueBlockingErr
  196. kMPTaskStoppedErr = -29292 #A convention used with MPThrowException.
  197. kMPTaskBlockedErr = -29291 #kMPTaskBlockedErr
  198. kMPTaskCreatedErr = -29290 #kMPTaskCreatedErr
  199. kMPProcessTerminatedErr = -29289 #kMPProcessTerminatedErr
  200. kMPProcessCreatedErr = -29288 #kMPProcessCreatedErr
  201. kMPPrivilegedErr = -29276 #kMPPrivilegedErr
  202. kMPIterationEndErr = -29275 #kMPIterationEndErr
  203. kUCTextBreakLocatorMissingType = -25341 #Unicode text break error
  204. kUCOutputBufferTooSmall = -25340 #Output buffer too small for Unicode string result
  205. errKCCreateChainFailed = -25318 #errKCCreateChainFailed
  206. errKCDataNotModifiable = -25317 #errKCDataNotModifiable
  207. errKCDataNotAvailable = -25316 #errKCDataNotAvailable
  208. errKCInteractionRequired = -25315 #errKCInteractionRequired
  209. errKCNoPolicyModule = -25314 #errKCNoPolicyModule
  210. errKCNoCertificateModule = -25313 #errKCNoCertificateModule
  211. errKCNoStorageModule = -25312 #errKCNoStorageModule
  212. errKCKeySizeNotAllowed = -25311 #errKCKeySizeNotAllowed
  213. errKCWrongKCVersion = -25310 #errKCWrongKCVersion
  214. errKCReadOnlyAttr = -25309 #errKCReadOnlyAttr
  215. errKCInteractionNotAllowed = -25308 #errKCInteractionNotAllowed
  216. errKCNoDefaultKeychain = -25307 #errKCNoDefaultKeychain
  217. errKCNoSuchClass = -25306 #errKCNoSuchClass
  218. errKCInvalidSearchRef = -25305 #errKCInvalidSearchRef
  219. errKCInvalidItemRef = -25304 #errKCInvalidItemRef
  220. errKCNoSuchAttr = -25303 #errKCNoSuchAttr
  221. errKCDataTooLarge = -25302 #errKCDataTooLarge
  222. errKCBufferTooSmall = -25301 #errKCBufferTooSmall
  223. errKCItemNotFound = -25300 #errKCItemNotFound
  224. errKCDuplicateItem = -25299 #errKCDuplicateItem
  225. errKCInvalidCallback = -25298 #errKCInvalidCallback
  226. errKCDuplicateCallback = -25297 #errKCDuplicateCallback
  227. errKCDuplicateKeychain = -25296 #errKCDuplicateKeychain
  228. errKCInvalidKeychain = -25295 #errKCInvalidKeychain
  229. errKCNoSuchKeychain = -25294 #errKCNoSuchKeychain
  230. errKCAuthFailed = -25293 #errKCAuthFailed
  231. errKCReadOnly = -25292 #errKCReadOnly
  232. errKCNotAvailable = -25291 #errKCNotAvailable
  233. printerStatusOpCodeNotSupportedErr = -25280 #printerStatusOpCodeNotSupportedErr
  234. kTXNOutsideOfFrameErr = -22018 #kTXNOutsideOfFrameErr
  235. kTXNOutsideOfLineErr = -22017 #kTXNOutsideOfLineErr
  236. kTXNATSUIIsNotInstalledErr = -22016 #kTXNATSUIIsNotInstalledErr
  237. kTXNDataTypeNotAllowedErr = -22015 #kTXNDataTypeNotAllowedErr
  238. kTXNCopyNotAllowedInEchoModeErr = -22014 #kTXNCopyNotAllowedInEchoModeErr
  239. kTXNCannotTurnTSMOffWhenUsingUnicodeErr = -22013 #kTXNCannotTurnTSMOffWhenUsingUnicodeErr
  240. kTXNAlreadyInitializedErr = -22012 #kTXNAlreadyInitializedErr
  241. kTXNInvalidRunIndex = -22011 #kTXNInvalidRunIndex
  242. kTXNSomeOrAllTagsInvalidForRunErr = -22010 #kTXNSomeOrAllTagsInvalidForRunErr
  243. kTXNAttributeTagInvalidForRunErr = -22009 #dataValue is set to this per invalid tag
  244. kTXNNoMatchErr = -22008 #kTXNNoMatchErr
  245. kTXNRunIndexOutofBoundsErr = -22007 #kTXNRunIndexOutofBoundsErr
  246. kTXNCannotSetAutoIndentErr = -22006 #kTXNCannotSetAutoIndentErr
  247. kTXNBadDefaultFileTypeWarning = -22005 #kTXNBadDefaultFileTypeWarning
  248. kTXNUserCanceledOperationErr = -22004 #kTXNUserCanceledOperationErr
  249. kTXNIllegalToCrossDataBoundariesErr = -22003 #kTXNIllegalToCrossDataBoundariesErr
  250. kTXNInvalidFrameIDErr = -22002 #kTXNInvalidFrameIDErr
  251. kTXNCannotAddFrameErr = -22001 #kTXNCannotAddFrameErr
  252. kTXNEndIterationErr = -22000 #kTXNEndIterationErr
  253. invalidIndexErr = -20002 #The recordIndex parameter is not valid.
  254. recordDataTooBigErr = -20001 #The record data is bigger than buffer size (1024 bytes).
  255. unknownInsertModeErr = -20000 #There is no such an insert mode.
  256. kModemScriptMissing = -14002 #kModemScriptMissing
  257. kModemPreferencesMissing = -14001 #kModemPreferencesMissing
  258. kModemOutOfMemory = -14000 #kModemOutOfMemory
  259. kHIDBaseError = -13950 #kHIDBaseError
  260. kHIDNullStateErr = -13949 #kHIDNullStateErr
  261. kHIDBufferTooSmallErr = -13948 #kHIDBufferTooSmallErr
  262. kHIDValueOutOfRangeErr = -13947 #kHIDValueOutOfRangeErr
  263. kHIDUsageNotFoundErr = -13946 #kHIDUsageNotFoundErr
  264. kHIDNotValueArrayErr = -13945 #kHIDNotValueArrayErr
  265. kHIDInvalidPreparsedDataErr = -13944 #kHIDInvalidPreparsedDataErr
  266. kHIDIncompatibleReportErr = -13943 #kHIDIncompatibleReportErr
  267. kHIDBadLogPhysValuesErr = -13942 #kHIDBadLogPhysValuesErr
  268. kHIDInvalidReportTypeErr = -13941 #kHIDInvalidReportTypeErr
  269. kHIDInvalidReportLengthErr = -13940 #kHIDInvalidReportLengthErr
  270. kHIDNullPointerErr = -13939 #kHIDNullPointerErr
  271. kHIDBadParameterErr = -13938 #kHIDBadParameterErr
  272. kHIDNotEnoughMemoryErr = -13937 #kHIDNotEnoughMemoryErr
  273. kHIDEndOfDescriptorErr = -13936 #kHIDEndOfDescriptorErr
  274. kHIDUsagePageZeroErr = -13935 #kHIDUsagePageZeroErr
  275. kHIDBadLogicalMinimumErr = -13934 #kHIDBadLogicalMinimumErr
  276. kHIDBadLogicalMaximumErr = -13933 #kHIDBadLogicalMaximumErr
  277. kHIDInvertedLogicalRangeErr = -13932 #kHIDInvertedLogicalRangeErr
  278. kHIDInvertedPhysicalRangeErr = -13931 #kHIDInvertedPhysicalRangeErr
  279. kHIDUnmatchedUsageRangeErr = -13930 #kHIDUnmatchedUsageRangeErr
  280. kHIDInvertedUsageRangeErr = -13929 #kHIDInvertedUsageRangeErr
  281. kHIDUnmatchedStringRangeErr = -13928 #kHIDUnmatchedStringRangeErr
  282. kHIDUnmatchedDesignatorRangeErr = -13927 #kHIDUnmatchedDesignatorRangeErr
  283. kHIDReportSizeZeroErr = -13926 #kHIDReportSizeZeroErr
  284. kHIDReportCountZeroErr = -13925 #kHIDReportCountZeroErr
  285. kHIDReportIDZeroErr = -13924 #kHIDReportIDZeroErr
  286. kHIDInvalidRangePageErr = -13923 #kHIDInvalidRangePageErr
  287. kHIDDeviceNotReady = -13910 #The device is still initializing, try again later
  288. kHIDVersionIncompatibleErr = -13909 #kHIDVersionIncompatibleErr
  289. debuggingNoMatchErr = -13887 #debugging component or option not found at this index
  290. debuggingNoCallbackErr = -13886 #debugging component has no callback
  291. debuggingInvalidNameErr = -13885 #componentName or optionName is invalid (NULL)
  292. debuggingInvalidOptionErr = -13884 #optionSelectorNum is not registered
  293. debuggingInvalidSignatureErr = -13883 #componentSignature not registered
  294. debuggingDuplicateOptionErr = -13882 #optionSelectorNum already registered
  295. debuggingDuplicateSignatureErr = -13881 #componentSignature already registered
  296. debuggingExecutionContextErr = -13880 #routine cannot be called at this time
  297. kBridgeSoftwareRunningCantSleep = -13038 #kBridgeSoftwareRunningCantSleep
  298. kNoSuchPowerSource = -13020 #kNoSuchPowerSource
  299. kProcessorTempRoutineRequiresMPLib2 = -13014 #kProcessorTempRoutineRequiresMPLib2
  300. kCantReportProcessorTemperatureErr = -13013 #kCantReportProcessorTemperatureErr
  301. kPowerMgtRequestDenied = -13010 #kPowerMgtRequestDenied
  302. kPowerMgtMessageNotHandled = -13009 #kPowerMgtMessageNotHandled
  303. kPowerHandlerNotFoundForProcErr = -13008 #kPowerHandlerNotFoundForProcErr
  304. kPowerHandlerNotFoundForDeviceErr = -13007 #kPowerHandlerNotFoundForDeviceErr
  305. kPowerHandlerExistsForDeviceErr = -13006 #kPowerHandlerExistsForDeviceErr
  306. pmRecvEndErr = -13005 #during receive, pmgr did not finish hs configured for this connection
  307. pmRecvStartErr = -13004 #during receive, pmgr did not start hs
  308. pmSendEndErr = -13003 #during send, pmgr did not finish hs
  309. pmSendStartErr = -13002 #during send, pmgr did not start hs
  310. pmReplyTOErr = -13001 #Timed out waiting for reply
  311. pmBusyErr = -13000 #Power Mgr never ready to start handshake
  312. pictureDataErr = -11005 #the picture data was invalid
  313. colorsRequestedErr = -11004 #the number of colors requested was illegal
  314. cantLoadPickMethodErr = -11003 #unable to load the custom pick proc
  315. pictInfoVerbErr = -11002 #the passed verb was invalid
  316. pictInfoIDErr = -11001 #the internal consistancy check for the PictInfoID is wrong
  317. pictInfoVersionErr = -11000 #wrong version of the PictInfo structure
  318. errTaskNotFound = -10780 #no task with that task id exists
  319. telNotEnoughdspBW = -10116 #not enough real-time for allocation
  320. telBadSampleRate = -10115 #incompatible sample rate
  321. telBadSWErr = -10114 #Software not installed properly
  322. telDetAlreadyOn = -10113 #detection is already turned on
  323. telAutoAnsNotOn = -10112 #autoAnswer in not turned on
  324. telValidateFailed = -10111 #telValidate failed
  325. telBadProcID = -10110 #invalid procID
  326. telDeviceNotFound = -10109 #device not found
  327. telBadCodeResource = -10108 #code resource not found
  328. telInitFailed = -10107 #initialization failed
  329. telNoCommFolder = -10106 #Communications/Extensions not found
  330. telUnknownErr = -10103 #unable to set config
  331. telNoSuchTool = -10102 #unable to find tool with name specified
  332. telBadFunction = -10091 #bad msgCode specified
  333. telPBErr = -10090 #parameter block error, bad format
  334. telCANotDeflectable = -10082 #CA not "deflectable"
  335. telCANotRejectable = -10081 #CA not "rejectable"
  336. telCANotAcceptable = -10080 #CA not "acceptable"
  337. telTermNotOpen = -10072 #terminal not opened via TELOpenTerm
  338. telStillNeeded = -10071 #terminal driver still needed by someone else
  339. telAlreadyOpen = -10070 #terminal already open
  340. telNoCallbackRef = -10064 #no call back reference was specified, but is required
  341. telDisplayModeNotSupp = -10063 #display mode not supported by tool
  342. telBadDisplayMode = -10062 #bad display mode specified
  343. telFwdTypeNotSupp = -10061 #forward type not supported by tool
  344. telDNTypeNotSupp = -10060 #DN type not supported by tool
  345. telBadRate = -10059 #bad rate specified
  346. telBadBearerType = -10058 #bad bearerType specified
  347. telBadSelect = -10057 #unable to select or deselect DN
  348. telBadParkID = -10056 #bad park id specified
  349. telBadPickupGroupID = -10055 #bad pickup group ID specified
  350. telBadFwdType = -10054 #bad fwdType specified
  351. telBadFeatureID = -10053 #bad feature ID specified
  352. telBadIntercomID = -10052 #bad intercom ID specified
  353. telBadPageID = -10051 #bad page ID specified
  354. telBadDNType = -10050 #DN type invalid
  355. telConfLimitExceeded = -10047 #attempt to exceed switch conference limits
  356. telCBErr = -10046 #call back feature not set previously
  357. telTransferRej = -10045 #transfer request rejected
  358. telTransferErr = -10044 #transfer not prepared
  359. telConfRej = -10043 #conference request was rejected
  360. telConfErr = -10042 #conference was not prepared
  361. telConfNoLimit = -10041 #no limit was specified but required
  362. telConfLimitErr = -10040 #limit specified is too high for this configuration
  363. telFeatNotSupp = -10033 #feature program call not supported by this tool
  364. telFeatActive = -10032 #feature already active
  365. telFeatNotAvail = -10031 #feature subscribed but not available
  366. telFeatNotSub = -10030 #feature not subscribed
  367. errAEPropertiesClash = -10025 #illegal combination of properties settings for Set Data, make new, or duplicate
  368. errAECantPutThatThere = -10024 #in make new, duplicate, etc. class can't be an element of container
  369. errAENotAnEnumMember = -10023 #enumerated value in SetData is not allowed for this property
  370. telIntExtNotSupp = -10022 #internal external type not supported by this tool
  371. telBadIntExt = -10021 #bad internal external error
  372. telStateNotSupp = -10020 #device state not supported by tool
  373. telBadStateErr = -10019 #bad device state specified
  374. telIndexNotSupp = -10018 #index not supported by this tool
  375. telBadIndex = -10017 #bad index specified
  376. telAPattNotSupp = -10016 #alerting pattern not supported by tool
  377. telBadAPattErr = -10015 #bad alerting pattern specified
  378. telVTypeNotSupp = -10014 #volume type not supported by this tool
  379. telBadVTypeErr = -10013 #bad volume type error
  380. telBadLevelErr = -10012 #bad volume level setting
  381. telHTypeNotSupp = -10011 #hook type not supported by this tool
  382. telBadHTypeErr = -10010 #bad hook type specified
  383. errAECantSupplyType = -10009 #errAECantSupplyType
  384. telNoOpenErr = -10008 #unable to open terminal
  385. telNoMemErr = -10007 #no memory to allocate handle
  386. errOSACantAssign = -10006 #Signaled when an object cannot be set in a container.
  387. telBadProcErr = -10005 #bad msgProc specified
  388. telBadHandErr = -10004 #bad handle specified
  389. OSAIllegalAssign = -10003 #Signaled when an object can never be set in a container
  390. telBadDNErr = -10002 #TELDNHandle not found or invalid
  391. telBadTermErr = -10001 #invalid TELHandle or handle not found
  392. errAEEventFailed = -10000 #errAEEventFailed
  393. cannotMoveAttachedController = -9999 #cannotMoveAttachedController
  394. controllerHasFixedHeight = -9998 #controllerHasFixedHeight
  395. cannotSetWidthOfAttachedController = -9997 #cannotSetWidthOfAttachedController
  396. controllerBoundsNotExact = -9996 #controllerBoundsNotExact
  397. editingNotAllowed = -9995 #editingNotAllowed
  398. badControllerHeight = -9994 #badControllerHeight
  399. deviceCantMeetRequest = -9408 #deviceCantMeetRequest
  400. seqGrabInfoNotAvailable = -9407 #seqGrabInfoNotAvailable
  401. badSGChannel = -9406 #badSGChannel
  402. couldntGetRequiredComponent = -9405 #couldntGetRequiredComponent
  403. notEnoughDiskSpaceToGrab = -9404 #notEnoughDiskSpaceToGrab
  404. notEnoughMemoryToGrab = -9403 #notEnoughMemoryToGrab
  405. cantDoThatInCurrentMode = -9402 #cantDoThatInCurrentMode
  406. grabTimeComplete = -9401 #grabTimeComplete
  407. noDeviceForChannel = -9400 #noDeviceForChannel
  408. kNoCardBusCISErr = -9109 #No valid CIS exists for this CardBus card
  409. kNotZVCapableErr = -9108 #This socket does not support Zoomed Video
  410. kCardPowerOffErr = -9107 #Power to the card has been turned off
  411. kAttemptDupCardEntryErr = -9106 #The Enabler was asked to create a duplicate card entry
  412. kAlreadySavedStateErr = -9105 #The state has been saved on previous call
  413. kTooManyIOWindowsErr = -9104 #device requested more than one I/O window
  414. kNotReadyErr = -9103 #PC Card failed to go ready
  415. kClientRequestDenied = -9102 #CS Clients should return this code inorder to
  416. kNoCompatibleNameErr = -9101 #There is no compatible driver name for this device
  417. kNoEnablerForCardErr = -9100 #No Enablers were found that can support the card
  418. kNoCardEnablersFoundErr = -9099 #No Enablers were found
  419. kUnsupportedCardErr = -9098 #Card not supported by generic enabler
  420. kNoClientTableErr = -9097 #The client table has not be initialized yet
  421. kNoMoreInterruptSlotsErr = -9096 #All internal Interrupt slots are in use
  422. kNoMoreTimerClientsErr = -9095 #All timer callbacks are in use
  423. kNoIOWindowRequestedErr = -9094 #Request I/O window before calling configuration
  424. kBadCustomIFIDErr = -9093 #Custom interface ID is invalid
  425. kBadTupleDataErr = -9092 #Data in tuple is invalid
  426. kInvalidCSClientErr = -9091 #Card Services ClientID is not registered
  427. kUnsupportedVsErr = -9090 #Unsupported Voltage Sense
  428. kInvalidDeviceNumber = -9089 #kInvalidDeviceNumber
  429. kPostCardEventErr = -9088 #_PCCSLPostCardEvent failed and dropped an event
  430. kCantConfigureCardErr = -9087 #kCantConfigureCardErr
  431. kPassCallToChainErr = -9086 #kPassCallToChainErr
  432. kCardBusCardErr = -9085 #kCardBusCardErr
  433. k16BitCardErr = -9084 #k16BitCardErr
  434. kBadDeviceErr = -9083 #kBadDeviceErr
  435. kBadLinkErr = -9082 #kBadLinkErr
  436. kInvalidRegEntryErr = -9081 #kInvalidRegEntryErr
  437. kNoCardSevicesSocketsErr = -9080 #kNoCardSevicesSocketsErr
  438. kOutOfResourceErr = -9079 #Card Services has exhausted the resource
  439. kNoMoreItemsErr = -9078 #there are no more of the requested item
  440. kInUseErr = -9077 #requested resource is being used by a client
  441. kConfigurationLockedErr = -9076 #a configuration has already been locked
  442. kWriteProtectedErr = -9075 #media is write-protected
  443. kBusyErr = -9074 #unable to process request at this time - try later
  444. kUnsupportedModeErr = -9073 #mode is not supported
  445. kUnsupportedFunctionErr = -9072 #function is not supported by this implementation
  446. kNoCardErr = -9071 #no PC card in the socket
  447. kGeneralFailureErr = -9070 #an undefined error has occurred
  448. kWriteFailureErr = -9069 #unable to complete write request
  449. kReadFailureErr = -9068 #unable to complete read request
  450. kBadSpeedErr = -9067 #specified speed is unavailable
  451. kBadCISErr = -9066 #CIS on card is invalid
  452. kBadHandleErr = -9065 #clientHandle is invalid
  453. kBadArgsErr = -9064 #values in argument packet are invalid
  454. kBadArgLengthErr = -9063 #ArgLength argument is invalid
  455. kBadWindowErr = -9062 #specified window is invalid
  456. kBadVppErr = -9061 #specified Vpp1 or Vpp2 power level index is invalid
  457. kBadVccErr = -9060 #specified Vcc power level index is invalid
  458. kBadTypeErr = -9059 #specified window or interface type is invalid
  459. kBadSocketErr = -9058 #specified logical or physical socket number is invalid
  460. kBadSizeErr = -9057 #specified size is invalid
  461. kBadPageErr = -9056 #specified page is invalid
  462. kBadOffsetErr = -9055 #specified PC card memory array offset is invalid
  463. kBadIRQErr = -9054 #specified IRQ level is invalid
  464. kBadEDCErr = -9053 #specified EDC generator specified is invalid
  465. kBadBaseErr = -9052 #specified base system memory address is invalid
  466. kBadAttributeErr = -9051 #specified attributes field value is invalid
  467. kBadAdapterErr = -9050 #invalid adapter number
  468. codecOffscreenFailedPleaseRetryErr = -8992 #codecOffscreenFailedPleaseRetryErr
  469. lockPortBitsWrongGDeviceErr = -8991 #lockPortBitsWrongGDeviceErr
  470. directXObjectAlreadyExists = -8990 #directXObjectAlreadyExists
  471. codecDroppedFrameErr = -8989 #returned from ImageCodecDrawBand
  472. codecOffscreenFailedErr = -8988 #codecOffscreenFailedErr
  473. codecNeedAccessKeyErr = -8987 #codec needs password in order to decompress
  474. codecParameterDialogConfirm = -8986 #codecParameterDialogConfirm
  475. lockPortBitsSurfaceLostErr = -8985 #lockPortBitsSurfaceLostErr
  476. lockPortBitsBadPortErr = -8984 #lockPortBitsBadPortErr
  477. lockPortBitsWindowClippedErr = -8983 #lockPortBitsWindowClippedErr
  478. lockPortBitsWindowResizedErr = -8982 #lockPortBitsWindowResizedErr
  479. lockPortBitsWindowMovedErr = -8981 #lockPortBitsWindowMovedErr
  480. lockPortBitsBadSurfaceErr = -8980 #lockPortBitsBadSurfaceErr
  481. codecNeedToFlushChainErr = -8979 #codecNeedToFlushChainErr
  482. codecDisabledErr = -8978 #codec disabled itself -- pass codecFlagReenable to reset
  483. codecNoMemoryPleaseWaitErr = -8977 #codecNoMemoryPleaseWaitErr
  484. codecNothingToBlitErr = -8976 #codecNothingToBlitErr
  485. codecCantQueueErr = -8975 #codecCantQueueErr
  486. codecCantWhenErr = -8974 #codecCantWhenErr
  487. codecOpenErr = -8973 #codecOpenErr
  488. codecConditionErr = -8972 #codecConditionErr
  489. codecExtensionNotFoundErr = -8971 #codecExtensionNotFoundErr
  490. codecDataVersErr = -8970 #codecDataVersErr
  491. codecBadDataErr = -8969 #codecBadDataErr
  492. codecWouldOffscreenErr = -8968 #codecWouldOffscreenErr
  493. codecAbortErr = -8967 #codecAbortErr
  494. codecSpoolErr = -8966 #codecSpoolErr
  495. codecImageBufErr = -8965 #codecImageBufErr
  496. codecScreenBufErr = -8964 #codecScreenBufErr
  497. codecSizeErr = -8963 #codecSizeErr
  498. codecUnimpErr = -8962 #codecUnimpErr
  499. noCodecErr = -8961 #noCodecErr
  500. codecErr = -8960 #codecErr
  501. kIllegalClockValueErr = -8852 #kIllegalClockValueErr
  502. kUTCOverflowErr = -8851 #kUTCOverflowErr
  503. kUTCUnderflowErr = -8850 #kUTCUnderflowErr
  504. kATSULastErr = -8809 #The last ATSUI error code.
  505. kATSULineBreakInWord = -8808 #This is not an error code but is returned by ATSUBreakLine to
  506. kATSUCoordinateOverflowErr = -8807 #Used to indicate the coordinates provided to an ATSUI routine caused
  507. kATSUNoFontScalerAvailableErr = -8806 #Used when no font scaler is available for the font passed
  508. kATSUNoFontCmapAvailableErr = -8805 #Used when no CMAP table can be accessed or synthesized for the
  509. kATSULowLevelErr = -8804 #Used when an error was encountered within the low level ATS
  510. kATSUQuickDrawTextErr = -8803 #Used when QuickDraw Text encounters an error rendering or measuring
  511. kATSUNoStyleRunsAssignedErr = -8802 #Used when an attempt was made to measure, highlight or draw
  512. kATSUNotSetErr = -8801 #Used when the client attempts to retrieve an attribute,
  513. kATSUInvalidCacheErr = -8800 #Used when an attempt was made to read in style data
  514. kATSUInvalidAttributeTagErr = -8799 #Used when an attempt was made to use a tag value that
  515. kATSUInvalidAttributeSizeErr = -8798 #Used when an attempt was made to use an attribute with a
  516. kATSUInvalidAttributeValueErr = -8797 #Used when an attempt was made to use an attribute with
  517. kATSUInvalidFontErr = -8796 #Used when an attempt was made to use an invalid font ID.
  518. kATSUNoCorrespondingFontErr = -8795 #This value is retrned by font ID conversion
  519. kATSUFontsNotMatched = -8794 #This value is returned by ATSUMatchFontsToText()
  520. kATSUFontsMatched = -8793 #This is not an error code but is returned by
  521. kATSUInvalidTextRangeErr = -8792 #An attempt was made to extract information
  522. kATSUInvalidStyleErr = -8791 #An attempt was made to use a ATSUStyle which
  523. kATSUInvalidTextLayoutErr = -8790 #An attempt was made to use a ATSUTextLayout
  524. kTECOutputBufferFullStatus = -8785 #output buffer has no room for conversion of next input text element (partial conversion)
  525. kTECNeedFlushStatus = -8784 #kTECNeedFlushStatus
  526. kTECUsedFallbacksStatus = -8783 #kTECUsedFallbacksStatus
  527. kTECItemUnavailableErr = -8771 #item (e.g. name) not available for specified region (& encoding if relevant)
  528. kTECGlobalsUnavailableErr = -8770 #globals have already been deallocated (premature TERM)
  529. unicodeChecksumErr = -8769 #unicodeChecksumErr
  530. unicodeNoTableErr = -8768 #unicodeNoTableErr
  531. unicodeVariantErr = -8767 #unicodeVariantErr
  532. unicodeFallbacksErr = -8766 #unicodeFallbacksErr
  533. unicodePartConvertErr = -8765 #unicodePartConvertErr
  534. unicodeBufErr = -8764 #unicodeBufErr
  535. unicodeCharErr = -8763 #unicodeCharErr
  536. unicodeElementErr = -8762 #unicodeElementErr
  537. unicodeNotFoundErr = -8761 #unicodeNotFoundErr
  538. unicodeTableFormatErr = -8760 #unicodeTableFormatErr
  539. unicodeDirectionErr = -8759 #unicodeDirectionErr
  540. unicodeContextualErr = -8758 #unicodeContextualErr
  541. unicodeTextEncodingDataErr = -8757 #unicodeTextEncodingDataErr
  542. kTECDirectionErr = -8756 #direction stack overflow, etc.
  543. kTECIncompleteElementErr = -8755 #text element may be incomplete or is too long for internal buffers
  544. kTECUnmappableElementErr = -8754 #kTECUnmappableElementErr
  545. kTECPartialCharErr = -8753 #input buffer ends in the middle of a multibyte character, conversion stopped
  546. kTECBadTextRunErr = -8752 #kTECBadTextRunErr
  547. kTECArrayFullErr = -8751 #supplied name buffer or TextRun, TextEncoding, or UnicodeMapping array is too small
  548. kTECBufferBelowMinimumSizeErr = -8750 #output buffer too small to allow processing of first input text element
  549. kTECNoConversionPathErr = -8749 #kTECNoConversionPathErr
  550. kTECCorruptConverterErr = -8748 #invalid converter object reference
  551. kTECTableFormatErr = -8747 #kTECTableFormatErr
  552. kTECTableChecksumErr = -8746 #kTECTableChecksumErr
  553. kTECMissingTableErr = -8745 #kTECMissingTableErr
  554. kTextUndefinedElementErr = -8740 #text conversion errors
  555. kTextMalformedInputErr = -8739 #in DBCS, for example, high byte followed by invalid low byte
  556. kTextUnsupportedEncodingErr = -8738 #specified encoding not supported for this operation
  557. kRANotEnabled = -7139 #kRANotEnabled
  558. kRACallBackFailed = -7138 #kRACallBackFailed
  559. kRADuplicateIPAddr = -7137 #kRADuplicateIPAddr
  560. kRANCPRejectedbyPeer = -7136 #kRANCPRejectedbyPeer
  561. kRAExtAuthenticationFailed = -7135 #kRAExtAuthenticationFailed
  562. kRAATalkInactive = -7134 #kRAATalkInactive
  563. kRAPeerNotResponding = -7133 #kRAPeerNotResponding
  564. kRAPPPPeerDisconnected = -7132 #kRAPPPPeerDisconnected
  565. kRAPPPUserDisconnected = -7131 #kRAPPPUserDisconnected
  566. kRAPPPNegotiationFailed = -7130 #kRAPPPNegotiationFailed
  567. kRAPPPAuthenticationFailed = -7129 #kRAPPPAuthenticationFailed
  568. kRAPPPProtocolRejected = -7128 #kRAPPPProtocolRejected
  569. dcmBufferOverflowErr = -7127 #data is larger than buffer size
  570. kRANotPrimaryInterface = -7126 #when IPCP is not primary TCP/IP intf.
  571. kRATCPIPNotConfigured = -7125 #TCP/IP not configured, could be loaded
  572. kRATCPIPInactive = -7124 #TCP/IP inactive, cannot be loaded
  573. kRARemoteAccessNotReady = -7123 #kRARemoteAccessNotReady
  574. kRAInitOpenTransportFailed = -7122 #kRAInitOpenTransportFailed
  575. dcmProtectedErr = -7121 #need keyword to use dictionary
  576. kRAUserPwdEntryRequired = -7120 #kRAUserPwdEntryRequired
  577. kRAUserPwdChangeRequired = -7119 #kRAUserPwdChangeRequired
  578. dcmBadFindMethodErr = -7118 #no such find method supported
  579. kRAInvalidSerialProtocol = -7117 #kRAInvalidSerialProtocol
  580. kRAInvalidPortState = -7116 #kRAInvalidPortState
  581. dcmBadKeyErr = -7115 #bad key information
  582. kRAPortBusy = -7114 #kRAPortBusy
  583. kRAInstallationDamaged = -7113 #kRAInstallationDamaged
  584. dcmBadFieldTypeErr = -7112 #no such field type supported
  585. dcmBadFieldInfoErr = -7111 #incomplete information
  586. dcmNecessaryFieldErr = -7110 #lack required/identify field
  587. dcmDupRecordErr = -7109 #same record already exist
  588. kRANotConnected = -7108 #kRANotConnected
  589. dcmBlockFullErr = -7107 #dictionary block full
  590. kRAMissingResources = -7106 #kRAMissingResources
  591. dcmDictionaryBusyErr = -7105 #dictionary is busy
  592. dcmDictionaryNotOpenErr = -7104 #dictionary not opened
  593. dcmPermissionErr = -7103 #invalid permission
  594. dcmBadDictionaryErr = -7102 #invalid dictionary
  595. dcmNotDictionaryErr = -7101 #not dictionary
  596. kRAInvalidParameter = -7100 #kRAInvalidParameter
  597. laEngineNotFoundErr = -7000 #can't find the engine
  598. laPropertyErr = -6999 #Error in properties
  599. kUSBUnknownDeviceErr = -6998 #device ref not recognised
  600. laPropertyIsReadOnlyErr = -6997 #the property is read only
  601. laPropertyUnknownErr = -6996 #the property is unknown to this environment
  602. laPropertyValueErr = -6995 #Invalid property value
  603. laDictionaryTooManyErr = -6994 #too many dictionaries
  604. laDictionaryUnknownErr = -6993 #can't use this dictionary with this environment
  605. laDictionaryNotOpenedErr = -6992 #the dictionary is not opened
  606. laTextOverFlowErr = -6991 #text is too long
  607. laFailAnalysisErr = -6990 #analysis failed
  608. laNoMoreMorphemeErr = -6989 #nothing to read
  609. laInvalidPathErr = -6988 #path is not correct
  610. kUSBNotHandled = -6987 #Notification was not handled (same as NotFound)
  611. laEnvironmentNotFoundErr = -6986 #can't fint the specified environment
  612. laEnvironmentBusyErr = -6985 #specified environment is used
  613. laTooSmallBufferErr = -6984 #output buffer is too small to store any result
  614. kUSBFlagsError = -6983 #Unused flags not zeroed
  615. kUSBAbortedError = -6982 #Pipe aborted
  616. kUSBNoBandwidthError = -6981 #Not enough bandwidth available
  617. kUSBPipeIdleError = -6980 #Pipe is Idle, it will not accept transactions
  618. kUSBPipeStalledError = -6979 #Pipe has stalled, error needs to be cleared
  619. kUSBUnknownInterfaceErr = -6978 #Interface ref not recognised
  620. kUSBDeviceBusy = -6977 #Device is already being configured
  621. kUSBDevicePowerProblem = -6976 #Device has a power problem
  622. kUSBInvalidBuffer = -6975 #bad buffer, usually nil
  623. kUSBDeviceSuspended = -6974 #Device is suspended
  624. kUSBDeviceNotSuspended = -6973 #device is not suspended for resume
  625. kUSBDeviceDisconnected = -6972 #Disconnected during suspend or reset
  626. kUSBTimedOut = -6971 #Transaction timed out.
  627. kUSBQueueAborted = -6970 #Pipe zero stall cleared.
  628. kUSBPortDisabled = -6969 #The port you are attached to is disabled, use USBDeviceReset.
  629. kUSBBadDispatchTable = -6950 #Improper driver dispatch table
  630. kUSBUnknownNotification = -6949 #Notification type not defined
  631. kUSBQueueFull = -6948 #Internal queue maxxed
  632. kUSBLinkErr = -6916 #kUSBLinkErr
  633. kUSBCRCErr = -6915 #Pipe stall, bad CRC
  634. kUSBBitstufErr = -6914 #Pipe stall, bitstuffing
  635. kUSBDataToggleErr = -6913 #Pipe stall, Bad data toggle
  636. kUSBEndpointStallErr = -6912 #Device didn't understand
  637. kUSBNotRespondingErr = -6911 #Pipe stall, No device, device hung
  638. kUSBPIDCheckErr = -6910 #Pipe stall, PID CRC error
  639. kUSBWrongPIDErr = -6909 #Pipe stall, Bad or wrong PID
  640. kUSBOverRunErr = -6908 #Packet too large or more data than buffer
  641. kUSBUnderRunErr = -6907 #Less data than buffer
  642. kUSBRes1Err = -6906 #kUSBRes1Err
  643. kUSBRes2Err = -6905 #kUSBRes2Err
  644. kUSBBufOvrRunErr = -6904 #Host hardware failure on data in, PCI busy?
  645. kUSBBufUnderRunErr = -6903 #Host hardware failure on data out, PCI busy?
  646. kUSBNotSent1Err = -6902 #Transaction not sent
  647. kUSBNotSent2Err = -6901 #Transaction not sent
  648. kDMFoundErr = -6232 #Did not proceed because we found an item
  649. kDMMainDisplayCannotMoveErr = -6231 #Trying to move main display (or a display mirrored to it)
  650. kDMDisplayAlreadyInstalledErr = -6230 #Attempt to add an already installed display.
  651. kDMDisplayNotFoundErr = -6229 #Could not find item (will someday remove).
  652. kDMDriverNotDisplayMgrAwareErr = -6228 #Video Driver does not support display manager.
  653. kDMSWNotInitializedErr = -6227 #Required software not initialized (eg windowmanager or display mgr).
  654. kSysSWTooOld = -6226 #Missing critical pieces of System Software.
  655. kDMMirroringNotOn = -6225 #Returned by all calls that need mirroring to be on to do their thing.
  656. kDMCantBlock = -6224 #Mirroring is already on, canÕt Block now (call DMUnMirror() first).
  657. kDMMirroringBlocked = -6223 #DMBlockMirroring() has been called.
  658. kDMWrongNumberOfDisplays = -6222 #Can only handle 2 displays for now.
  659. kDMMirroringOnAlready = -6221 #Returned by all calls that need mirroring to be off to do their thing.
  660. kDMGenErr = -6220 #Unexpected Error
  661. kQTSSUnknownErr = -6150 #kQTSSUnknownErr
  662. collectionVersionErr = -5753 #collectionVersionErr
  663. collectionIndexRangeErr = -5752 #collectionIndexRangeErr
  664. collectionItemNotFoundErr = -5751 #collectionItemNotFoundErr
  665. collectionItemLockedErr = -5750 #collectionItemLockedErr
  666. kNavMissingKindStringErr = -5699 #kNavMissingKindStringErr
  667. kNavInvalidCustomControlMessageErr = -5698 #kNavInvalidCustomControlMessageErr
  668. kNavCustomControlMessageFailedErr = -5697 #kNavCustomControlMessageFailedErr
  669. kNavInvalidSystemConfigErr = -5696 #kNavInvalidSystemConfigErr
  670. kNavWrongDialogClassErr = -5695 #kNavWrongDialogClassErr
  671. kNavWrongDialogStateErr = -5694 #kNavWrongDialogStateErr
  672. dialogNoTimeoutErr = -5640 #dialogNoTimeoutErr
  673. menuInvalidErr = -5623 #menu is invalid
  674. menuItemNotFoundErr = -5622 #specified menu item wasn't found
  675. menuUsesSystemDefErr = -5621 #GetMenuDefinition failed because the menu uses the system MDEF
  676. menuNotFoundErr = -5620 #specified menu or menu ID wasn't found
  677. windowWrongStateErr = -5615 #window is not in a state that is valid for the current action
  678. windowManagerInternalErr = -5614 #something really weird happened inside the window manager
  679. windowAttributesConflictErr = -5613 #passed some attributes that are mutually exclusive
  680. windowAttributeImmutableErr = -5612 #tried to change attributes which can't be changed
  681. errWindowDoesNotFitOnscreen = -5611 #ConstrainWindowToScreen could not make the window fit onscreen
  682. errWindowNotFound = -5610 #returned from FindWindowOfClass
  683. errFloatingWindowsNotInitialized = -5609 #called HideFloatingWindows or ShowFloatingWindows without calling InitFloatingWindows
  684. errWindowsAlreadyInitialized = -5608 #tried to call InitFloatingWindows twice, or called InitWindows and then floating windows
  685. errUserWantsToDragWindow = -5607 #if returned from TrackWindowProxyDrag, you should call DragWindow on the window
  686. errCorruptWindowDescription = -5606 #tried to load a corrupt window description (size or version fields incorrect)
  687. errUnrecognizedWindowClass = -5605 #tried to create a window with a bad WindowClass
  688. errWindowPropertyNotFound = -5604 #tried to get a nonexistent property
  689. errInvalidWindowProperty = -5603 #tried to access a property tag with private creator
  690. errWindowDoesNotHaveProxy = -5602 #tried to do something requiring a proxy to a window which doesnÕt have a proxy
  691. errUnsupportedWindowAttributesForClass = -5601 #tried to create a window with WindowAttributes not supported by the WindowClass
  692. errInvalidWindowPtr = -5600 #tried to pass a bad WindowRef argument
  693. gestaltLocationErr = -5553 #gestalt function ptr wasn't in sysheap
  694. gestaltDupSelectorErr = -5552 #tried to add an entry that already existed
  695. gestaltUndefSelectorErr = -5551 #undefined selector was passed to Gestalt
  696. gestaltUnknownErr = -5550 #value returned if Gestalt doesn't know the answer
  697. envVersTooBig = -5502 #Version bigger than call can handle
  698. envBadVers = -5501 #Version non-positive
  699. envNotPresent = -5500 #returned by glue.
  700. qtsAddressBusyErr = -5421 #qtsAddressBusyErr
  701. qtsConnectionFailedErr = -5420 #qtsConnectionFailedErr
  702. qtsTimeoutErr = -5408 #qtsTimeoutErr
  703. qtsUnknownValueErr = -5407 #qtsUnknownValueErr
  704. qtsTooMuchDataErr = -5406 #qtsTooMuchDataErr
  705. qtsUnsupportedFeatureErr = -5405 #qtsUnsupportedFeatureErr
  706. qtsUnsupportedRateErr = -5404 #qtsUnsupportedRateErr
  707. qtsUnsupportedDataTypeErr = -5403 #qtsUnsupportedDataTypeErr
  708. qtsBadDataErr = -5402 #something is wrong with the data
  709. qtsBadStateErr = -5401 #qtsBadStateErr
  710. qtsBadSelectorErr = -5400 #qtsBadSelectorErr
  711. errIAEndOfTextRun = -5388 #errIAEndOfTextRun
  712. errIATextExtractionErr = -5387 #errIATextExtractionErr
  713. errIAInvalidDocument = -5386 #errIAInvalidDocument
  714. errIACanceled = -5385 #errIACanceled
  715. errIABufferTooSmall = -5384 #errIABufferTooSmall
  716. errIANoMoreItems = -5383 #errIANoMoreItems
  717. errIAParamErr = -5382 #errIAParamErr
  718. errIAAllocationErr = -5381 #errIAAllocationErr
  719. errIAUnknownErr = -5380 #errIAUnknownErr
  720. hrURLNotHandledErr = -5363 #hrURLNotHandledErr
  721. hrUnableToResizeHandleErr = -5362 #hrUnableToResizeHandleErr
  722. hrMiscellaneousExceptionErr = -5361 #hrMiscellaneousExceptionErr
  723. hrHTMLRenderingLibNotInstalledErr = -5360 #hrHTMLRenderingLibNotInstalledErr
  724. errCannotUndo = -5253 #errCannotUndo
  725. errNonContiuousAttribute = -5252 #errNonContiuousAttribute
  726. errUnknownElement = -5251 #errUnknownElement
  727. errReadOnlyText = -5250 #errReadOnlyText
  728. errEmptyScrap = -5249 #errEmptyScrap
  729. errNoHiliteText = -5248 #errNoHiliteText
  730. errOffsetNotOnElementBounday = -5247 #errOffsetNotOnElementBounday
  731. errInvalidRange = -5246 #errInvalidRange
  732. errIteratorReachedEnd = -5245 #errIteratorReachedEnd
  733. errEngineNotFound = -5244 #errEngineNotFound
  734. errAlreadyInImagingMode = -5243 #errAlreadyInImagingMode
  735. errNotInImagingMode = -5242 #errNotInImagingMode
  736. errMarginWilllNotFit = -5241 #errMarginWilllNotFit
  737. errUnknownAttributeTag = -5240 #errUnknownAttributeTag
  738. afpSameNodeErr = -5063 #An Attempt was made to connect to a file server running on the same machine
  739. afpAlreadyMounted = -5062 #The volume is already mounted
  740. afpCantMountMoreSrvre = -5061 #The Maximum number of server connections has been reached
  741. afpBadDirIDType = -5060 #afpBadDirIDType
  742. afpCallNotAllowed = -5048 #The server knows what you wanted to do, but won't let you do it just now
  743. afpAlreadyLoggedInErr = -5047 #User has been authenticated but is already logged in from another machine (and that's not allowed on this server)
  744. afpPwdPolicyErr = -5046 #Password does not conform to servers password policy
  745. afpPwdNeedsChangeErr = -5045 #The password needs to be changed
  746. afpInsideTrashErr = -5044 #The folder being shared is inside the trash folder OR the shared folder is being moved into the trash folder
  747. afpInsideSharedErr = -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
  748. afpPwdExpiredErr = -5042 #The password being used is too old: this requires the user to change the password before log-in can continue
  749. afpPwdTooShortErr = -5041 #The password being set is too short: there is a minimum length that must be met or exceeded
  750. afpPwdSameErr = -5040 #Someone tried to change their password to the same password on a mantadory password change
  751. afpBadIDErr = -5039 #afpBadIDErr
  752. afpSameObjectErr = -5038 #afpSameObjectErr
  753. afpCatalogChanged = -5037 #afpCatalogChanged
  754. afpDiffVolErr = -5036 #afpDiffVolErr
  755. afpIDExists = -5035 #afpIDExists
  756. afpIDNotFound = -5034 #afpIDNotFound
  757. afpContainsSharedErr = -5033 #the folder being shared contains a shared folder
  758. afpObjectLocked = -5032 #Object is M/R/D/W inhibited
  759. afpVolLocked = -5031 #Volume is Read-Only
  760. afpIconTypeError = -5030 #Icon size specified different from existing icon size
  761. afpDirNotFound = -5029 #Unknown directory specified
  762. afpCantRename = -5028 #AFPRename cannot rename volume
  763. afpServerGoingDown = -5027 #Server is shutting down
  764. afpTooManyFilesOpen = -5026 #Maximum open file count reached
  765. afpObjectTypeErr = -5025 #File/Directory specified where Directory/File expected
  766. afpCallNotSupported = -5024 #Unsupported AFP call was made
  767. afpUserNotAuth = -5023 #No AFPLogin call has successfully been made for this session
  768. afpSessClosed = -5022 #Session closed
  769. afpRangeOverlap = -5021 #Some or all of range already locked by same user
  770. afpRangeNotLocked = -5020 #Tried to unlock range that was not locked by user
  771. afpParmErr = -5019 #A specifi

Large files files are truncated, but you can click here to view the full file