|
228 | 228 | errKCReadOnly = -25292 #errKCReadOnly |
229 | 229 | errKCNotAvailable = -25291 #errKCNotAvailable |
230 | 230 | printerStatusOpCodeNotSupportedErr = -25280 #printerStatusOpCodeNotSupportedErr |
| 231 | +kTXNOutsideOfFrameErr = -22018 #kTXNOutsideOfFrameErr |
| 232 | +kTXNOutsideOfLineErr = -22017 #kTXNOutsideOfLineErr |
231 | 233 | kTXNATSUIIsNotInstalledErr = -22016 #kTXNATSUIIsNotInstalledErr |
232 | 234 | kTXNDataTypeNotAllowedErr = -22015 #kTXNDataTypeNotAllowedErr |
233 | 235 | kTXNCopyNotAllowedInEchoModeErr = -22014 #kTXNCopyNotAllowedInEchoModeErr |
|
248 | 250 | invalidIndexErr = -20002 #The recordIndex parameter is not valid. |
249 | 251 | recordDataTooBigErr = -20001 #The record data is bigger than buffer size (1024 bytes). |
250 | 252 | unknownInsertModeErr = -20000 #There is no such an insert mode. |
| 253 | +kModemScriptMissing = -14002 #kModemScriptMissing |
| 254 | +kModemPreferencesMissing = -14001 #kModemPreferencesMissing |
| 255 | +kModemOutOfMemory = -14000 #kModemOutOfMemory |
251 | 256 | kHIDBaseError = -13950 #kHIDBaseError |
252 | 257 | kHIDNullStateErr = -13949 #kHIDNullStateErr |
253 | 258 | kHIDBufferTooSmallErr = -13948 #kHIDBufferTooSmallErr |
|
286 | 291 | debuggingDuplicateOptionErr = -13882 #optionSelectorNum already registered |
287 | 292 | debuggingDuplicateSignatureErr = -13881 #componentSignature already registered |
288 | 293 | debuggingExecutionContextErr = -13880 #routine cannot be called at this time |
| 294 | +kBridgeSoftwareRunningCantSleep = -13038 #kBridgeSoftwareRunningCantSleep |
289 | 295 | kNoSuchPowerSource = -13020 #kNoSuchPowerSource |
290 | 296 | kProcessorTempRoutineRequiresMPLib2 = -13014 #kProcessorTempRoutineRequiresMPLib2 |
291 | 297 | kCantReportProcessorTemperatureErr = -13013 #kCantReportProcessorTemperatureErr |
|
306 | 312 | pictInfoVerbErr = -11002 #the passed verb was invalid |
307 | 313 | pictInfoIDErr = -11001 #the internal consistancy check for the PictInfoID is wrong |
308 | 314 | pictInfoVersionErr = -11000 #wrong version of the PictInfo structure |
| 315 | +errTaskNotFound = -10780 #no task with that task id exists |
309 | 316 | telNotEnoughdspBW = -10116 #not enough real-time for allocation |
310 | 317 | telBadSampleRate = -10115 #incompatible sample rate |
311 | 318 | telBadSWErr = -10114 #Software not installed properly |
|
544 | 551 | kTextUndefinedElementErr = -8740 #text conversion errors |
545 | 552 | kTextMalformedInputErr = -8739 #in DBCS, for example, high byte followed by invalid low byte |
546 | 553 | kTextUnsupportedEncodingErr = -8738 #specified encoding not supported for this operation |
| 554 | +kRANotEnabled = -7139 #kRANotEnabled |
| 555 | +kRACallBackFailed = -7138 #kRACallBackFailed |
| 556 | +kRADuplicateIPAddr = -7137 #kRADuplicateIPAddr |
| 557 | +kRANCPRejectedbyPeer = -7136 #kRANCPRejectedbyPeer |
| 558 | +kRAExtAuthenticationFailed = -7135 #kRAExtAuthenticationFailed |
| 559 | +kRAATalkInactive = -7134 #kRAATalkInactive |
| 560 | +kRAPeerNotResponding = -7133 #kRAPeerNotResponding |
| 561 | +kRAPPPPeerDisconnected = -7132 #kRAPPPPeerDisconnected |
| 562 | +kRAPPPUserDisconnected = -7131 #kRAPPPUserDisconnected |
| 563 | +kRAPPPNegotiationFailed = -7130 #kRAPPPNegotiationFailed |
| 564 | +kRAPPPAuthenticationFailed = -7129 #kRAPPPAuthenticationFailed |
| 565 | +kRAPPPProtocolRejected = -7128 #kRAPPPProtocolRejected |
547 | 566 | dcmBufferOverflowErr = -7127 #data is larger than buffer size |
548 | | -dcmIterationCompleteErr = -7126 #no more item in iterator |
549 | | -dcmBadFeatureErr = -7124 #invalid AccessMethod feature |
550 | | -dcmNoAccessMethodErr = -7122 #no such AccessMethod |
| 567 | +kRANotPrimaryInterface = -7126 #when IPCP is not primary TCP/IP intf. |
| 568 | +kRATCPIPNotConfigured = -7125 #TCP/IP not configured, could be loaded |
| 569 | +kRATCPIPInactive = -7124 #TCP/IP inactive, cannot be loaded |
| 570 | +kRARemoteAccessNotReady = -7123 #kRARemoteAccessNotReady |
| 571 | +kRAInitOpenTransportFailed = -7122 #kRAInitOpenTransportFailed |
551 | 572 | dcmProtectedErr = -7121 #need keyword to use dictionary |
552 | | -dcmBadPropertyErr = -7119 #no such property exist |
| 573 | +kRAUserPwdEntryRequired = -7120 #kRAUserPwdEntryRequired |
| 574 | +kRAUserPwdChangeRequired = -7119 #kRAUserPwdChangeRequired |
553 | 575 | dcmBadFindMethodErr = -7118 #no such find method supported |
554 | | -dcmBadDataSizeErr = -7117 #too big data size |
555 | | -dcmTooManyKeyErr = -7116 #too many key field |
| 576 | +kRAInvalidSerialProtocol = -7117 #kRAInvalidSerialProtocol |
| 577 | +kRAInvalidPortState = -7116 #kRAInvalidPortState |
556 | 578 | dcmBadKeyErr = -7115 #bad key information |
557 | | -dcmNoFieldErr = -7113 #no such field exist |
| 579 | +kRAPortBusy = -7114 #kRAPortBusy |
| 580 | +kRAInstallationDamaged = -7113 #kRAInstallationDamaged |
558 | 581 | dcmBadFieldTypeErr = -7112 #no such field type supported |
559 | 582 | dcmBadFieldInfoErr = -7111 #incomplete information |
560 | 583 | dcmNecessaryFieldErr = -7110 #lack required/identify field |
561 | 584 | dcmDupRecordErr = -7109 #same record already exist |
562 | | -dcmNoRecordErr = -7108 #no such record |
| 585 | +kRANotConnected = -7108 #kRANotConnected |
563 | 586 | dcmBlockFullErr = -7107 #dictionary block full |
| 587 | +kRAMissingResources = -7106 #kRAMissingResources |
564 | 588 | dcmDictionaryBusyErr = -7105 #dictionary is busy |
565 | 589 | dcmDictionaryNotOpenErr = -7104 #dictionary not opened |
566 | 590 | dcmPermissionErr = -7103 #invalid permission |
567 | 591 | dcmBadDictionaryErr = -7102 #invalid dictionary |
568 | 592 | dcmNotDictionaryErr = -7101 #not dictionary |
569 | | -dcmParamErr = -7100 #bad parameter |
| 593 | +kRAInvalidParameter = -7100 #kRAInvalidParameter |
570 | 594 | laEngineNotFoundErr = -7000 #can't find the engine |
571 | 595 | laPropertyErr = -6999 #Error in properties |
572 | 596 | kUSBUnknownDeviceErr = -6998 #device ref not recognised |
|
640 | 664 | kNavInvalidCustomControlMessageErr = -5698 #kNavInvalidCustomControlMessageErr |
641 | 665 | kNavCustomControlMessageFailedErr = -5697 #kNavCustomControlMessageFailedErr |
642 | 666 | kNavInvalidSystemConfigErr = -5696 #kNavInvalidSystemConfigErr |
| 667 | +kNavWrongDialogClassErr = -5695 #kNavWrongDialogClassErr |
| 668 | +kNavWrongDialogStateErr = -5694 #kNavWrongDialogStateErr |
643 | 669 | dialogNoTimeoutErr = -5640 #dialogNoTimeoutErr |
644 | 670 | menuInvalidErr = -5623 #menu is invalid |
645 | 671 | menuItemNotFoundErr = -5622 #specified menu item wasn't found |
646 | 672 | menuUsesSystemDefErr = -5621 #GetMenuDefinition failed because the menu uses the system MDEF |
647 | 673 | menuNotFoundErr = -5620 #specified menu or menu ID wasn't found |
| 674 | +windowWrongStateErr = -5615 #window is not in a state that is valid for the current action |
| 675 | +windowManagerInternalErr = -5614 #something really weird happened inside the window manager |
| 676 | +windowAttributesConflictErr = -5613 #passed some attributes that are mutually exclusive |
| 677 | +windowAttributeImmutableErr = -5612 #tried to change attributes which can't be changed |
| 678 | +errWindowDoesNotFitOnscreen = -5611 #ConstrainWindowToScreen could not make the window fit onscreen |
648 | 679 | errWindowNotFound = -5610 #returned from FindWindowOfClass |
649 | 680 | errFloatingWindowsNotInitialized = -5609 #called HideFloatingWindows or ShowFloatingWindows without calling InitFloatingWindows |
650 | 681 | errWindowsAlreadyInitialized = -5608 #tried to call InitFloatingWindows twice, or called InitWindows and then floating windows |
|
683 | 714 | errIAParamErr = -5382 #errIAParamErr |
684 | 715 | errIAAllocationErr = -5381 #errIAAllocationErr |
685 | 716 | errIAUnknownErr = -5380 #errIAUnknownErr |
| 717 | +hrURLNotHandledErr = -5363 #hrURLNotHandledErr |
686 | 718 | hrUnableToResizeHandleErr = -5362 #hrUnableToResizeHandleErr |
687 | 719 | hrMiscellaneousExceptionErr = -5361 #hrMiscellaneousExceptionErr |
688 | 720 | hrHTMLRenderingLibNotInstalledErr = -5360 #hrHTMLRenderingLibNotInstalledErr |
|
937 | 969 | noTranslationPathErr = -3030 #noTranslationPathErr |
938 | 970 | couldNotParseSourceFileErr = -3026 #Source document does not contain source type |
939 | 971 | invalidTranslationPathErr = -3025 #Source type to destination type not a valid path |
| 972 | +retryComponentRegistrationErr = -3005 #retryComponentRegistrationErr |
940 | 973 | unresolvedComponentDLLErr = -3004 #unresolvedComponentDLLErr |
941 | 974 | componentDontRegister = -3003 #componentDontRegister |
942 | 975 | componentNotCaptured = -3002 #componentNotCaptured |
|
1084 | 1117 | matrixErr = -2203 #bad matrix, digitizer did nothing |
1085 | 1118 | qtParamErr = -2202 #bad input parameter (out of range, etc) |
1086 | 1119 | digiUnimpErr = -2201 #feature unimplemented |
| 1120 | +qtXMLApplicationErr = -2159 #qtXMLApplicationErr |
| 1121 | +qtXMLParseErr = -2158 #qtXMLParseErr |
1087 | 1122 | qtActionNotHandledErr = -2157 #qtActionNotHandledErr |
1088 | 1123 | notEnoughDataErr = -2149 #notEnoughDataErr |
1089 | 1124 | urlDataHFTPURLErr = -2148 #urlDataHFTPURLErr |
|
1230 | 1265 | badPublicMovieAtom = -2002 #badPublicMovieAtom |
1231 | 1266 | badImageDescription = -2001 #badImageDescription |
1232 | 1267 | couldNotResolveDataRef = -2000 #couldNotResolveDataRef |
| 1268 | +nonDragOriginatorErr = -1862 #illegal attempt at originator only data |
1233 | 1269 | badImageErr = -1861 #bad translucent image PixMap |
1234 | 1270 | badImageRgnErr = -1860 #bad translucent image region |
1235 | 1271 | noSuitableDisplaysErr = -1859 #no displays support translucency |
|
1259 | 1295 | errOSABadStorageType = -1752 #errOSABadStorageType |
1260 | 1296 | errOSAInvalidID = -1751 #errOSAInvalidID |
1261 | 1297 | errOSASystemError = -1750 #errOSASystemError |
| 1298 | +errAEBufferTooSmall = -1741 #buffer for AEFlattenDesc too small |
| 1299 | +errAEBuildSyntaxError = -1740 #AEBuildDesc and friends detected a syntax error |
1262 | 1300 | errAEDescIsNull = -1739 #attempting to perform an invalid operation on a null descriptor |
1263 | 1301 | errAEStreamAlreadyConverted = -1738 #attempt to convert a stream that has already been converted |
1264 | 1302 | errAEStreamBadNesting = -1737 #nesting violation while streaming |
|
1400 | 1438 | noPortErr = -903 #Unable to open port or bad portRefNum. If you're calling |
1401 | 1439 | nameTypeErr = -902 #Invalid or inappropriate locationKindSelector in locationName |
1402 | 1440 | notInitErr = -900 #PPCToolBox not initialized |
| 1441 | +notAppropriateForClassic = -877 #This application won't or shouldn't run on Classic (Problem 2481058). |
1403 | 1442 | appVersionTooOld = -876 #The application's creator and version are incompatible with the current version of Mac OS. |
1404 | 1443 | wrongApplicationPlatform = -875 #The application could not launch because the required platform is not available |
1405 | 1444 | hmCloseViewActive = -863 #Returned from HMRemoveBalloon if CloseView was active |
|
1426 | 1465 | rcDBError = -802 #rcDBError |
1427 | 1466 | rcDBValue = -801 #rcDBValue |
1428 | 1467 | rcDBNull = -800 #rcDBNull |
| 1468 | +icTooManyProfilesErr = -677 #too many profiles in database |
| 1469 | +icProfileNotFoundErr = -676 #profile not found |
| 1470 | +icConfigInappropriateErr = -675 #incorrect manufacturer code |
| 1471 | +icConfigNotFoundErr = -674 #no internet configuration was found |
| 1472 | +icNoURLErr = -673 #no URL found |
| 1473 | +icNothingToOverrideErr = -672 #no component for the override component to capture |
| 1474 | +icNoMoreWritersErr = -671 #you cannot begin a write session because someone else is already doing it |
| 1475 | +icTruncatedErr = -670 #more data was present than was returned |
| 1476 | +icInternalErr = -669 #Internet Config internal error |
| 1477 | +icPrefDataErr = -668 #problem with preference data |
| 1478 | +icPermErr = -667 #cannot set preference |
| 1479 | +icPrefNotFoundErr = -666 #Internet preference not found |
| 1480 | +vmInvalidOwningProcessErr = -648 #current process does not own the BackingFileID or FileViewID |
| 1481 | +vmAddressNotInFileViewErr = -647 #address is not in a FileView |
| 1482 | +vmNoMoreFileViewsErr = -646 #no more FileViews were found |
| 1483 | +vmFileViewAccessErr = -645 #requested FileViewAccess cannot be obtained |
| 1484 | +vmInvalidFileViewIDErr = -644 #invalid FileViewID |
| 1485 | +vmNoMoreBackingFilesErr = -643 #no more BackingFiles were found |
| 1486 | +vmBusyBackingFileErr = -642 #open views found on BackingFile |
| 1487 | +vmMappingPrivilegesErr = -641 #requested MappingPrivileges cannot be obtained |
| 1488 | +vmInvalidBackingFileIDErr = -640 #invalid BackingFileID |
1429 | 1489 | noMMUErr = -626 #no MMU present |
1430 | 1490 | cannotDeferErr = -625 #unable to defer additional functions |
1431 | 1491 | interruptsMaskedErr = -624 #donÕt call with interrupts masked |
|
1744 | 1804 | ENFILE = 23 #Too many open files in system |
1745 | 1805 | EMFILE = 24 #Too many open files |
1746 | 1806 | ENOTTY = 25 #Inappropriate ioctl for device |
| 1807 | +ESIGPARM = 26 #Signal error |
1747 | 1808 | EFBIG = 27 #File too large |
1748 | 1809 | ENOSPC = 28 #No space left on device |
1749 | 1810 | ESPIPE = 29 #Illegal seek |
|
1787 | 1848 | ELOOK = 67 #Internal mapping for kOTLookErr, don't return to client |
1788 | 1849 | ENOLCK = 77 #No locks available |
1789 | 1850 | ENOSYS = 78 #Function not implemented |
| 1851 | +EILSEQ = 88 #Wide character encoding error |
| 1852 | +EUNKNOWN = 99 #Unknown error |
0 commit comments