Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aace7a

Browse files
committed
Regenerated to include Internet Config error strings.
Bugfix candidate.
1 parent 117dbdf commit 7aace7a

3 files changed

Lines changed: 144 additions & 18 deletions

File tree

Mac/Lib/macerrors.py

Lines changed: 72 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@
228228
errKCReadOnly = -25292 #errKCReadOnly
229229
errKCNotAvailable = -25291 #errKCNotAvailable
230230
printerStatusOpCodeNotSupportedErr = -25280 #printerStatusOpCodeNotSupportedErr
231+
kTXNOutsideOfFrameErr = -22018 #kTXNOutsideOfFrameErr
232+
kTXNOutsideOfLineErr = -22017 #kTXNOutsideOfLineErr
231233
kTXNATSUIIsNotInstalledErr = -22016 #kTXNATSUIIsNotInstalledErr
232234
kTXNDataTypeNotAllowedErr = -22015 #kTXNDataTypeNotAllowedErr
233235
kTXNCopyNotAllowedInEchoModeErr = -22014 #kTXNCopyNotAllowedInEchoModeErr
@@ -248,6 +250,9 @@
248250
invalidIndexErr = -20002 #The recordIndex parameter is not valid.
249251
recordDataTooBigErr = -20001 #The record data is bigger than buffer size (1024 bytes).
250252
unknownInsertModeErr = -20000 #There is no such an insert mode.
253+
kModemScriptMissing = -14002 #kModemScriptMissing
254+
kModemPreferencesMissing = -14001 #kModemPreferencesMissing
255+
kModemOutOfMemory = -14000 #kModemOutOfMemory
251256
kHIDBaseError = -13950 #kHIDBaseError
252257
kHIDNullStateErr = -13949 #kHIDNullStateErr
253258
kHIDBufferTooSmallErr = -13948 #kHIDBufferTooSmallErr
@@ -286,6 +291,7 @@
286291
debuggingDuplicateOptionErr = -13882 #optionSelectorNum already registered
287292
debuggingDuplicateSignatureErr = -13881 #componentSignature already registered
288293
debuggingExecutionContextErr = -13880 #routine cannot be called at this time
294+
kBridgeSoftwareRunningCantSleep = -13038 #kBridgeSoftwareRunningCantSleep
289295
kNoSuchPowerSource = -13020 #kNoSuchPowerSource
290296
kProcessorTempRoutineRequiresMPLib2 = -13014 #kProcessorTempRoutineRequiresMPLib2
291297
kCantReportProcessorTemperatureErr = -13013 #kCantReportProcessorTemperatureErr
@@ -306,6 +312,7 @@
306312
pictInfoVerbErr = -11002 #the passed verb was invalid
307313
pictInfoIDErr = -11001 #the internal consistancy check for the PictInfoID is wrong
308314
pictInfoVersionErr = -11000 #wrong version of the PictInfo structure
315+
errTaskNotFound = -10780 #no task with that task id exists
309316
telNotEnoughdspBW = -10116 #not enough real-time for allocation
310317
telBadSampleRate = -10115 #incompatible sample rate
311318
telBadSWErr = -10114 #Software not installed properly
@@ -544,29 +551,46 @@
544551
kTextUndefinedElementErr = -8740 #text conversion errors
545552
kTextMalformedInputErr = -8739 #in DBCS, for example, high byte followed by invalid low byte
546553
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
547566
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
551572
dcmProtectedErr = -7121 #need keyword to use dictionary
552-
dcmBadPropertyErr = -7119 #no such property exist
573+
kRAUserPwdEntryRequired = -7120 #kRAUserPwdEntryRequired
574+
kRAUserPwdChangeRequired = -7119 #kRAUserPwdChangeRequired
553575
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
556578
dcmBadKeyErr = -7115 #bad key information
557-
dcmNoFieldErr = -7113 #no such field exist
579+
kRAPortBusy = -7114 #kRAPortBusy
580+
kRAInstallationDamaged = -7113 #kRAInstallationDamaged
558581
dcmBadFieldTypeErr = -7112 #no such field type supported
559582
dcmBadFieldInfoErr = -7111 #incomplete information
560583
dcmNecessaryFieldErr = -7110 #lack required/identify field
561584
dcmDupRecordErr = -7109 #same record already exist
562-
dcmNoRecordErr = -7108 #no such record
585+
kRANotConnected = -7108 #kRANotConnected
563586
dcmBlockFullErr = -7107 #dictionary block full
587+
kRAMissingResources = -7106 #kRAMissingResources
564588
dcmDictionaryBusyErr = -7105 #dictionary is busy
565589
dcmDictionaryNotOpenErr = -7104 #dictionary not opened
566590
dcmPermissionErr = -7103 #invalid permission
567591
dcmBadDictionaryErr = -7102 #invalid dictionary
568592
dcmNotDictionaryErr = -7101 #not dictionary
569-
dcmParamErr = -7100 #bad parameter
593+
kRAInvalidParameter = -7100 #kRAInvalidParameter
570594
laEngineNotFoundErr = -7000 #can't find the engine
571595
laPropertyErr = -6999 #Error in properties
572596
kUSBUnknownDeviceErr = -6998 #device ref not recognised
@@ -640,11 +664,18 @@
640664
kNavInvalidCustomControlMessageErr = -5698 #kNavInvalidCustomControlMessageErr
641665
kNavCustomControlMessageFailedErr = -5697 #kNavCustomControlMessageFailedErr
642666
kNavInvalidSystemConfigErr = -5696 #kNavInvalidSystemConfigErr
667+
kNavWrongDialogClassErr = -5695 #kNavWrongDialogClassErr
668+
kNavWrongDialogStateErr = -5694 #kNavWrongDialogStateErr
643669
dialogNoTimeoutErr = -5640 #dialogNoTimeoutErr
644670
menuInvalidErr = -5623 #menu is invalid
645671
menuItemNotFoundErr = -5622 #specified menu item wasn't found
646672
menuUsesSystemDefErr = -5621 #GetMenuDefinition failed because the menu uses the system MDEF
647673
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
648679
errWindowNotFound = -5610 #returned from FindWindowOfClass
649680
errFloatingWindowsNotInitialized = -5609 #called HideFloatingWindows or ShowFloatingWindows without calling InitFloatingWindows
650681
errWindowsAlreadyInitialized = -5608 #tried to call InitFloatingWindows twice, or called InitWindows and then floating windows
@@ -683,6 +714,7 @@
683714
errIAParamErr = -5382 #errIAParamErr
684715
errIAAllocationErr = -5381 #errIAAllocationErr
685716
errIAUnknownErr = -5380 #errIAUnknownErr
717+
hrURLNotHandledErr = -5363 #hrURLNotHandledErr
686718
hrUnableToResizeHandleErr = -5362 #hrUnableToResizeHandleErr
687719
hrMiscellaneousExceptionErr = -5361 #hrMiscellaneousExceptionErr
688720
hrHTMLRenderingLibNotInstalledErr = -5360 #hrHTMLRenderingLibNotInstalledErr
@@ -937,6 +969,7 @@
937969
noTranslationPathErr = -3030 #noTranslationPathErr
938970
couldNotParseSourceFileErr = -3026 #Source document does not contain source type
939971
invalidTranslationPathErr = -3025 #Source type to destination type not a valid path
972+
retryComponentRegistrationErr = -3005 #retryComponentRegistrationErr
940973
unresolvedComponentDLLErr = -3004 #unresolvedComponentDLLErr
941974
componentDontRegister = -3003 #componentDontRegister
942975
componentNotCaptured = -3002 #componentNotCaptured
@@ -1084,6 +1117,8 @@
10841117
matrixErr = -2203 #bad matrix, digitizer did nothing
10851118
qtParamErr = -2202 #bad input parameter (out of range, etc)
10861119
digiUnimpErr = -2201 #feature unimplemented
1120+
qtXMLApplicationErr = -2159 #qtXMLApplicationErr
1121+
qtXMLParseErr = -2158 #qtXMLParseErr
10871122
qtActionNotHandledErr = -2157 #qtActionNotHandledErr
10881123
notEnoughDataErr = -2149 #notEnoughDataErr
10891124
urlDataHFTPURLErr = -2148 #urlDataHFTPURLErr
@@ -1230,6 +1265,7 @@
12301265
badPublicMovieAtom = -2002 #badPublicMovieAtom
12311266
badImageDescription = -2001 #badImageDescription
12321267
couldNotResolveDataRef = -2000 #couldNotResolveDataRef
1268+
nonDragOriginatorErr = -1862 #illegal attempt at originator only data
12331269
badImageErr = -1861 #bad translucent image PixMap
12341270
badImageRgnErr = -1860 #bad translucent image region
12351271
noSuitableDisplaysErr = -1859 #no displays support translucency
@@ -1259,6 +1295,8 @@
12591295
errOSABadStorageType = -1752 #errOSABadStorageType
12601296
errOSAInvalidID = -1751 #errOSAInvalidID
12611297
errOSASystemError = -1750 #errOSASystemError
1298+
errAEBufferTooSmall = -1741 #buffer for AEFlattenDesc too small
1299+
errAEBuildSyntaxError = -1740 #AEBuildDesc and friends detected a syntax error
12621300
errAEDescIsNull = -1739 #attempting to perform an invalid operation on a null descriptor
12631301
errAEStreamAlreadyConverted = -1738 #attempt to convert a stream that has already been converted
12641302
errAEStreamBadNesting = -1737 #nesting violation while streaming
@@ -1400,6 +1438,7 @@
14001438
noPortErr = -903 #Unable to open port or bad portRefNum. If you're calling
14011439
nameTypeErr = -902 #Invalid or inappropriate locationKindSelector in locationName
14021440
notInitErr = -900 #PPCToolBox not initialized
1441+
notAppropriateForClassic = -877 #This application won't or shouldn't run on Classic (Problem 2481058).
14031442
appVersionTooOld = -876 #The application's creator and version are incompatible with the current version of Mac OS.
14041443
wrongApplicationPlatform = -875 #The application could not launch because the required platform is not available
14051444
hmCloseViewActive = -863 #Returned from HMRemoveBalloon if CloseView was active
@@ -1426,6 +1465,27 @@
14261465
rcDBError = -802 #rcDBError
14271466
rcDBValue = -801 #rcDBValue
14281467
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
14291489
noMMUErr = -626 #no MMU present
14301490
cannotDeferErr = -625 #unable to defer additional functions
14311491
interruptsMaskedErr = -624 #donÕt call with interrupts masked
@@ -1744,6 +1804,7 @@
17441804
ENFILE = 23 #Too many open files in system
17451805
EMFILE = 24 #Too many open files
17461806
ENOTTY = 25 #Inappropriate ioctl for device
1807+
ESIGPARM = 26 #Signal error
17471808
EFBIG = 27 #File too large
17481809
ENOSPC = 28 #No space left on device
17491810
ESPIPE = 29 #Illegal seek
@@ -1787,3 +1848,5 @@
17871848
ELOOK = 67 #Internal mapping for kOTLookErr, don't return to client
17881849
ENOLCK = 77 #No locks available
17891850
ENOSYS = 78 #Function not implemented
1851+
EILSEQ = 88 #Wide character encoding error
1852+
EUNKNOWN = 99 #Unknown error

Mac/Resources/errors.rsrc

440 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)