[Python-checkins] python/dist/src/Mac/Lib macerrors.py,1.6,1.7

jackjansen@sourceforge.net jackjansen@sourceforge.net
Mon, 22 Apr 2002 04:45:24 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv12558

Modified Files:
	macerrors.py 
Log Message:
Regenerated to include Internet Config error strings.

Bugfix candidate.

Index: macerrors.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/macerrors.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** macerrors.py	17 May 2001 12:38:12 -0000	1.6
--- macerrors.py	22 Apr 2002 11:45:22 -0000	1.7
***************
*** 229,232 ****
--- 229,234 ----
  errKCNotAvailable	=	-25291	#errKCNotAvailable
  printerStatusOpCodeNotSupportedErr	=	-25280	#printerStatusOpCodeNotSupportedErr
+ kTXNOutsideOfFrameErr	=	-22018	#kTXNOutsideOfFrameErr
+ kTXNOutsideOfLineErr	=	-22017	#kTXNOutsideOfLineErr
  kTXNATSUIIsNotInstalledErr	=	-22016	#kTXNATSUIIsNotInstalledErr
  kTXNDataTypeNotAllowedErr	=	-22015	#kTXNDataTypeNotAllowedErr
***************
*** 249,252 ****
--- 251,257 ----
  recordDataTooBigErr	=	-20001	#The record data is bigger than buffer size (1024 bytes).
  unknownInsertModeErr	=	-20000	#There is no such an insert mode.
+ kModemScriptMissing	=	-14002	#kModemScriptMissing
+ kModemPreferencesMissing	=	-14001	#kModemPreferencesMissing
+ kModemOutOfMemory	=	-14000	#kModemOutOfMemory
  kHIDBaseError	=	-13950	#kHIDBaseError
  kHIDNullStateErr	=	-13949	#kHIDNullStateErr
***************
*** 287,290 ****
--- 292,296 ----
  debuggingDuplicateSignatureErr	=	-13881	#componentSignature already registered
  debuggingExecutionContextErr	=	-13880	#routine cannot be called at this time
+ kBridgeSoftwareRunningCantSleep	=	-13038	#kBridgeSoftwareRunningCantSleep
  kNoSuchPowerSource	=	-13020	#kNoSuchPowerSource
  kProcessorTempRoutineRequiresMPLib2	=	-13014	#kProcessorTempRoutineRequiresMPLib2
***************
*** 307,310 ****
--- 313,317 ----
  pictInfoIDErr	=	-11001	#the internal consistancy check for the PictInfoID is wrong
  pictInfoVersionErr	=	-11000	#wrong version of the PictInfo structure
+ errTaskNotFound	=	-10780	#no task with that task id exists
  telNotEnoughdspBW	=	-10116	#not enough real-time for allocation
  telBadSampleRate	=	-10115	#incompatible sample rate
***************
*** 545,565 ****
  kTextMalformedInputErr	=	-8739	#in DBCS, for example, high byte followed by invalid low byte
  kTextUnsupportedEncodingErr	=	-8738	#specified encoding not supported for this operation
  dcmBufferOverflowErr	=	-7127	#data is larger than buffer size
! dcmIterationCompleteErr	=	-7126	#no more item in iterator
! dcmBadFeatureErr	=	-7124	#invalid AccessMethod feature
! dcmNoAccessMethodErr	=	-7122	#no such AccessMethod
  dcmProtectedErr	=	-7121	#need keyword to use dictionary
! dcmBadPropertyErr	=	-7119	#no such property exist
  dcmBadFindMethodErr	=	-7118	#no such find method supported
! dcmBadDataSizeErr	=	-7117	#too big data size
! dcmTooManyKeyErr	=	-7116	#too many key field
  dcmBadKeyErr	=	-7115	#bad key information
! dcmNoFieldErr	=	-7113	#no such field exist
  dcmBadFieldTypeErr	=	-7112	#no such field type supported
  dcmBadFieldInfoErr	=	-7111	#incomplete information
  dcmNecessaryFieldErr	=	-7110	#lack required/identify field
  dcmDupRecordErr	=	-7109	#same record already exist
! dcmNoRecordErr	=	-7108	#no such record
  dcmBlockFullErr	=	-7107	#dictionary block full
  dcmDictionaryBusyErr	=	-7105	#dictionary is busy
  dcmDictionaryNotOpenErr	=	-7104	#dictionary not opened
--- 552,589 ----
  kTextMalformedInputErr	=	-8739	#in DBCS, for example, high byte followed by invalid low byte
  kTextUnsupportedEncodingErr	=	-8738	#specified encoding not supported for this operation
+ kRANotEnabled	=	-7139	#kRANotEnabled
+ kRACallBackFailed	=	-7138	#kRACallBackFailed
+ kRADuplicateIPAddr	=	-7137	#kRADuplicateIPAddr
+ kRANCPRejectedbyPeer	=	-7136	#kRANCPRejectedbyPeer
+ kRAExtAuthenticationFailed	=	-7135	#kRAExtAuthenticationFailed
+ kRAATalkInactive	=	-7134	#kRAATalkInactive
+ kRAPeerNotResponding	=	-7133	#kRAPeerNotResponding
+ kRAPPPPeerDisconnected	=	-7132	#kRAPPPPeerDisconnected
+ kRAPPPUserDisconnected	=	-7131	#kRAPPPUserDisconnected
+ kRAPPPNegotiationFailed	=	-7130	#kRAPPPNegotiationFailed
+ kRAPPPAuthenticationFailed	=	-7129	#kRAPPPAuthenticationFailed
+ kRAPPPProtocolRejected	=	-7128	#kRAPPPProtocolRejected
  dcmBufferOverflowErr	=	-7127	#data is larger than buffer size
! kRANotPrimaryInterface	=	-7126	#when IPCP is not primary TCP/IP intf.
! kRATCPIPNotConfigured	=	-7125	#TCP/IP not configured, could be loaded
! kRATCPIPInactive	=	-7124	#TCP/IP inactive, cannot be loaded
! kRARemoteAccessNotReady	=	-7123	#kRARemoteAccessNotReady
! kRAInitOpenTransportFailed	=	-7122	#kRAInitOpenTransportFailed
  dcmProtectedErr	=	-7121	#need keyword to use dictionary
! kRAUserPwdEntryRequired	=	-7120	#kRAUserPwdEntryRequired
! kRAUserPwdChangeRequired	=	-7119	#kRAUserPwdChangeRequired
  dcmBadFindMethodErr	=	-7118	#no such find method supported
! kRAInvalidSerialProtocol	=	-7117	#kRAInvalidSerialProtocol
! kRAInvalidPortState	=	-7116	#kRAInvalidPortState
  dcmBadKeyErr	=	-7115	#bad key information
! kRAPortBusy	=	-7114	#kRAPortBusy
! kRAInstallationDamaged	=	-7113	#kRAInstallationDamaged
  dcmBadFieldTypeErr	=	-7112	#no such field type supported
  dcmBadFieldInfoErr	=	-7111	#incomplete information
  dcmNecessaryFieldErr	=	-7110	#lack required/identify field
  dcmDupRecordErr	=	-7109	#same record already exist
! kRANotConnected	=	-7108	#kRANotConnected
  dcmBlockFullErr	=	-7107	#dictionary block full
+ kRAMissingResources	=	-7106	#kRAMissingResources
  dcmDictionaryBusyErr	=	-7105	#dictionary is busy
  dcmDictionaryNotOpenErr	=	-7104	#dictionary not opened
***************
*** 567,571 ****
  dcmBadDictionaryErr	=	-7102	#invalid dictionary
  dcmNotDictionaryErr	=	-7101	#not dictionary
! dcmParamErr	=	-7100	#bad parameter
  laEngineNotFoundErr	=	-7000	#can't find the engine
  laPropertyErr	=	-6999	#Error in properties
--- 591,595 ----
  dcmBadDictionaryErr	=	-7102	#invalid dictionary
  dcmNotDictionaryErr	=	-7101	#not dictionary
! kRAInvalidParameter	=	-7100	#kRAInvalidParameter
  laEngineNotFoundErr	=	-7000	#can't find the engine
  laPropertyErr	=	-6999	#Error in properties
***************
*** 641,644 ****
--- 665,670 ----
  kNavCustomControlMessageFailedErr	=	-5697	#kNavCustomControlMessageFailedErr
  kNavInvalidSystemConfigErr	=	-5696	#kNavInvalidSystemConfigErr
+ kNavWrongDialogClassErr	=	-5695	#kNavWrongDialogClassErr
+ kNavWrongDialogStateErr	=	-5694	#kNavWrongDialogStateErr
  dialogNoTimeoutErr	=	-5640	#dialogNoTimeoutErr
  menuInvalidErr	=	-5623	#menu is invalid
***************
*** 646,649 ****
--- 672,680 ----
  menuUsesSystemDefErr	=	-5621	#GetMenuDefinition failed because the menu uses the system MDEF
  menuNotFoundErr	=	-5620	#specified menu or menu ID wasn't found
+ windowWrongStateErr	=	-5615	#window is not in a state that is valid for the current action
+ windowManagerInternalErr	=	-5614	#something really weird happened inside the window manager
+ windowAttributesConflictErr	=	-5613	#passed some attributes that are mutually exclusive
+ windowAttributeImmutableErr	=	-5612	#tried to change attributes which can't be changed
+ errWindowDoesNotFitOnscreen	=	-5611	#ConstrainWindowToScreen could not make the window fit onscreen
  errWindowNotFound	=	-5610	#returned from FindWindowOfClass
  errFloatingWindowsNotInitialized	=	-5609	#called HideFloatingWindows or ShowFloatingWindows without calling InitFloatingWindows
***************
*** 684,687 ****
--- 715,719 ----
  errIAAllocationErr	=	-5381	#errIAAllocationErr
  errIAUnknownErr	=	-5380	#errIAUnknownErr
+ hrURLNotHandledErr	=	-5363	#hrURLNotHandledErr
  hrUnableToResizeHandleErr	=	-5362	#hrUnableToResizeHandleErr
  hrMiscellaneousExceptionErr	=	-5361	#hrMiscellaneousExceptionErr
***************
*** 938,941 ****
--- 970,974 ----
  couldNotParseSourceFileErr	=	-3026	#Source document does not contain source type
  invalidTranslationPathErr	=	-3025	#Source type to destination type not a valid path
+ retryComponentRegistrationErr	=	-3005	#retryComponentRegistrationErr
  unresolvedComponentDLLErr	=	-3004	#unresolvedComponentDLLErr
  componentDontRegister	=	-3003	#componentDontRegister
***************
*** 1085,1088 ****
--- 1118,1123 ----
  qtParamErr	=	-2202	#bad input parameter (out of range, etc)
  digiUnimpErr	=	-2201	#feature unimplemented
+ qtXMLApplicationErr	=	-2159	#qtXMLApplicationErr
+ qtXMLParseErr	=	-2158	#qtXMLParseErr
  qtActionNotHandledErr	=	-2157	#qtActionNotHandledErr
  notEnoughDataErr	=	-2149	#notEnoughDataErr
***************
*** 1231,1234 ****
--- 1266,1270 ----
  badImageDescription	=	-2001	#badImageDescription
  couldNotResolveDataRef	=	-2000	#couldNotResolveDataRef
+ nonDragOriginatorErr	=	-1862	#illegal attempt at originator only data
  badImageErr	=	-1861	#bad translucent image PixMap
  badImageRgnErr	=	-1860	#bad translucent image region
***************
*** 1260,1263 ****
--- 1296,1301 ----
  errOSAInvalidID	=	-1751	#errOSAInvalidID
  errOSASystemError	=	-1750	#errOSASystemError
+ errAEBufferTooSmall	=	-1741	#buffer for AEFlattenDesc too small
+ errAEBuildSyntaxError	=	-1740	#AEBuildDesc and friends detected a syntax error
  errAEDescIsNull	=	-1739	#attempting to perform an invalid operation on a null descriptor
  errAEStreamAlreadyConverted	=	-1738	#attempt to convert a stream that has already been converted
***************
*** 1401,1404 ****
--- 1439,1443 ----
  nameTypeErr	=	-902	#Invalid or inappropriate locationKindSelector in locationName
  notInitErr	=	-900	#PPCToolBox not initialized
+ notAppropriateForClassic	=	-877	#This application won't or shouldn't run on Classic (Problem 2481058).
  appVersionTooOld	=	-876	#The application's creator and version are incompatible with the current version of Mac OS.
  wrongApplicationPlatform	=	-875	#The application could not launch because the required platform is not available
***************
*** 1427,1430 ****
--- 1466,1490 ----
  rcDBValue	=	-801	#rcDBValue
  rcDBNull	=	-800	#rcDBNull
+ icTooManyProfilesErr	=	-677	#too many profiles in database
+ icProfileNotFoundErr	=	-676	#profile not found
+ icConfigInappropriateErr	=	-675	#incorrect manufacturer code
+ icConfigNotFoundErr	=	-674	#no internet configuration was found
+ icNoURLErr	=	-673	#no URL found
+ icNothingToOverrideErr	=	-672	#no component for the override component to capture
+ icNoMoreWritersErr	=	-671	#you cannot begin a write session because someone else is already doing it
+ icTruncatedErr	=	-670	#more data was present than was returned
+ icInternalErr	=	-669	#Internet Config internal error
+ icPrefDataErr	=	-668	#problem with preference data
+ icPermErr	=	-667	#cannot set preference
+ icPrefNotFoundErr	=	-666	#Internet preference not found
+ vmInvalidOwningProcessErr	=	-648	#current process does not own the BackingFileID or FileViewID
+ vmAddressNotInFileViewErr	=	-647	#address is not in a FileView
+ vmNoMoreFileViewsErr	=	-646	#no more FileViews were found
+ vmFileViewAccessErr	=	-645	#requested FileViewAccess cannot be obtained
+ vmInvalidFileViewIDErr	=	-644	#invalid FileViewID
+ vmNoMoreBackingFilesErr	=	-643	#no more BackingFiles were found
+ vmBusyBackingFileErr	=	-642	#open views found on BackingFile
+ vmMappingPrivilegesErr	=	-641	#requested MappingPrivileges cannot be obtained
+ vmInvalidBackingFileIDErr	=	-640	#invalid BackingFileID
  noMMUErr	=	-626	#no MMU present
  cannotDeferErr	=	-625	#unable to defer additional functions
***************
*** 1745,1748 ****
--- 1805,1809 ----
  EMFILE	=	24	#Too many open files
  ENOTTY	=	25	#Inappropriate ioctl for device
+ ESIGPARM	=	26	#Signal error
  EFBIG	=	27	#File too large
  ENOSPC	=	28	#No space left on device
***************
*** 1788,1789 ****
--- 1849,1852 ----
  ENOLCK	=	77	#No locks available
  ENOSYS	=	78	#Function not implemented
+ EILSEQ	=	88	#Wide character encoding error
+ EUNKNOWN	=	99	#Unknown error