Mac-Errors
view release on metacpan or search on metacpan
lib/Mac/Errors.pm view on Meta::CPAN
sub fnOpnErr { -38 }
=item eofErr
End of file
=cut
sub eofErr { -39 }
=item posErr
tried to position to before start of file (r/w)
=cut
sub posErr { -40 }
=item mFulErr
memory full (open) or file won't fit (load)
=cut
sub mFulErr { -41 }
=item tmfoErr
too many files open
=cut
sub tmfoErr { -42 }
=item fnfErr
File not found
=cut
sub fnfErr { -43 }
=item wPrErr
diskette is write protected.
=cut
sub wPrErr { -44 }
=item vLckdErr
volume is locked
=cut
sub vLckdErr { -46 }
=item fBsyErr
File is busy (delete)
=cut
sub fBsyErr { -47 }
=item dupFNErr
duplicate filename (rename)
=cut
sub dupFNErr { -48 }
=item opWrErr
file already open with write permission
=cut
sub opWrErr { -49 }
=item rfNumErr
refnum error
=cut
sub rfNumErr { -51 }
=item gfpErr
get file position error
=cut
sub gfpErr { -52 }
=item volOffLinErr
volume not on line error (was Ejected)
=cut
sub volOffLinErr { -53 }
=item permErr
permissions error (on file open)
=cut
sub permErr { -54 }
=item volOnLinErr
drive volume already on-line at MountVol
=cut
sub volOnLinErr { -55 }
lib/Mac/Errors.pm view on Meta::CPAN
sub btNoSpace { -413 }
=item btDupRecErr
Record already exists.
=cut
sub btDupRecErr { -414 }
=item btRecNotFnd
Record cannot be found.
=cut
sub btRecNotFnd { -415 }
=item btKeyLenErr
Maximum key length is too long or equal to zero.
=cut
sub btKeyLenErr { -416 }
=item btKeyAttrErr
There is no such a key attribute.
=cut
sub btKeyAttrErr { -417 }
=item unknownInsertModeErr
There is no such an insert mode.
=cut
sub unknownInsertModeErr { -20000 }
=item recordDataTooBigErr
The record data is bigger than buffer size (1024 bytes).
=cut
sub recordDataTooBigErr { -20001 }
=item fsmFFSNotFoundErr
Foreign File system does not exist - new Pack2 could return this error too
=cut
sub fsmFFSNotFoundErr { -431 }
=item fsmBusyFFSErr
File system is busy, cannot be removed
=cut
sub fsmBusyFFSErr { -432 }
=item fsmBadFFSNameErr
Name length not 1 <= length <= 31
=cut
sub fsmBadFFSNameErr { -433 }
=item fsmBadFSDLenErr
FSD size incompatible with current FSM vers
=cut
sub fsmBadFSDLenErr { -434 }
=item fsmDuplicateFSIDErr
FSID already exists on InstallFS
=cut
sub fsmDuplicateFSIDErr { -435 }
=item fsmBadFSDVersionErr
FSM version incompatible with FSD
=cut
sub fsmBadFSDVersionErr { -436 }
=item fsmNoAlternateStackErr
no alternate stack for HFS CI
=cut
sub fsmNoAlternateStackErr { -437 }
=back
=head1 Edition Mgr errors
=over 4
=item editionMgrInitErr
edition manager not inited by this app
=cut
sub editionMgrInitErr { -450 }
=item badSectionErr
lib/Mac/Errors.pm view on Meta::CPAN
sub kEINTRErr { -3203 }
=item kEIOErr
I/O error
=cut
sub kEIOErr { -3204 }
=item kENXIOErr
No such device or address
=cut
sub kENXIOErr { -3205 }
=item kEBADFErr
Bad file number
=cut
sub kEBADFErr { -3208 }
=item kEAGAINErr
Try operation again later
=cut
sub kEAGAINErr { -3210 }
=item kENOMEMErr
Not enough space
=cut
sub kENOMEMErr { -3211 }
=item kEACCESErr
Permission denied
=cut
sub kEACCESErr { -3212 }
=item kEFAULTErr
Bad address
=cut
sub kEFAULTErr { -3213 }
=item kEBUSYErr
Device or resource busy
=cut
sub kEBUSYErr { -3215 }
=item kEEXISTErr
File exists
=cut
sub kEEXISTErr { -3216 }
=item kENODEVErr
No such device
=cut
sub kENODEVErr { -3218 }
=item kEINVALErr
Invalid argument
=cut
sub kEINVALErr { -3221 }
=item kENOTTYErr
Not a character device
=cut
sub kENOTTYErr { -3224 }
=item kEPIPEErr
Broken pipe
=cut
sub kEPIPEErr { -3231 }
=item kERANGEErr
Message size too large for STREAM
=cut
sub kERANGEErr { -3233 }
=item kEWOULDBLOCKErr
Call would block, so was aborted
=cut
sub kEWOULDBLOCKErr { -3234 }
lib/Mac/Errors.pm view on Meta::CPAN
=item laPropertyIsReadOnlyErr
the property is read only
=cut
sub laPropertyIsReadOnlyErr { -6997 }
=item laPropertyNotFoundErr
can't find the property
=cut
sub laPropertyNotFoundErr { -6998 }
=item laPropertyErr
Error in properties
=cut
sub laPropertyErr { -6999 }
=item kUSBNoErr
=cut
sub kUSBNoErr { 0 }
=item kUSBNoTran
=cut
sub kUSBNoTran { 0 }
=item kUSBNoDelay
=cut
sub kUSBNoDelay { 0 }
=item kUSBNotSent2Err
Transaction not sent
=cut
sub kUSBNotSent2Err { -6901 }
=item kUSBNotSent1Err
Transaction not sent
=cut
sub kUSBNotSent1Err { -6902 }
=item kUSBBufUnderRunErr
Host hardware failure on data out, PCI busy?
=cut
sub kUSBBufUnderRunErr { -6903 }
=item kUSBBufOvrRunErr
Host hardware failure on data in, PCI busy?
=cut
sub kUSBBufOvrRunErr { -6904 }
=item kUSBRes2Err
=cut
sub kUSBRes2Err { -6905 }
=item kUSBRes1Err
=cut
sub kUSBRes1Err { -6906 }
=item kUSBUnderRunErr
Less data than buffer
=cut
sub kUSBUnderRunErr { -6907 }
=item kUSBOverRunErr
Packet too large or more data than buffer
=cut
sub kUSBOverRunErr { -6908 }
=item kUSBWrongPIDErr
Pipe stall, Bad or wrong PID
=cut
sub kUSBWrongPIDErr { -6909 }
=item kUSBPIDCheckErr
Pipe stall, PID CRC error
=cut
sub kUSBPIDCheckErr { -6910 }
=item kUSBNotRespondingErr
Pipe stall, No device, device hung
=cut
sub kUSBNotRespondingErr { -6911 }
=item kUSBEndpointStallErr
Device didn't understand
lib/Mac/Errors.pm view on Meta::CPAN
sub kUSBTooManyPipesErr { -6996 }
=item kUSBUnknownPipeErr
Pipe ref not recognised
=cut
sub kUSBUnknownPipeErr { -6997 }
=item kUSBUnknownDeviceErr
device ref not recognised
=cut
sub kUSBUnknownDeviceErr { -6998 }
=item dcmParamErr
bad parameter
=cut
sub dcmParamErr { -7100 }
=item dcmNotDictionaryErr
not dictionary
=cut
sub dcmNotDictionaryErr { -7101 }
=item dcmBadDictionaryErr
invalid dictionary
=cut
sub dcmBadDictionaryErr { -7102 }
=item dcmPermissionErr
invalid permission
=cut
sub dcmPermissionErr { -7103 }
=item dcmDictionaryNotOpenErr
dictionary not opened
=cut
sub dcmDictionaryNotOpenErr { -7104 }
=item dcmDictionaryBusyErr
dictionary is busy
=cut
sub dcmDictionaryBusyErr { -7105 }
=item dcmBlockFullErr
dictionary block full
=cut
sub dcmBlockFullErr { -7107 }
=item dcmNoRecordErr
no such record
=cut
sub dcmNoRecordErr { -7108 }
=item dcmDupRecordErr
same record already exist
=cut
sub dcmDupRecordErr { -7109 }
=item dcmNecessaryFieldErr
lack required/identify field
=cut
sub dcmNecessaryFieldErr { -7110 }
=item dcmBadFieldInfoErr
incomplete information
=cut
sub dcmBadFieldInfoErr { -7111 }
=item dcmBadFieldTypeErr
no such field type supported
=cut
sub dcmBadFieldTypeErr { -7112 }
=item dcmNoFieldErr
no such field exist
=cut
sub dcmNoFieldErr { -7113 }
( run in 1.912 second using v1.01-cache-2.11-cpan-39bf76dae61 )