Mac-Errors
view release on metacpan or search on metacpan
lib/Mac/Errors.pm view on Meta::CPAN
sub diffVolErr { -1303 }
=item catChangedErr
the catalog has been modified
=cut
sub catChangedErr { -1304 }
=item desktopDamagedErr
desktop database files are corrupted
=cut
sub desktopDamagedErr { -1305 }
=item sameFileErr
can't exchange a file with itself
=cut
sub sameFileErr { -1306 }
=item badFidErr
src/Errors.pl view on Meta::CPAN
wrgVolTypErr = -123, /*Wrong volume type error [operation not supported for MFS]*/
volGoneErr = -124 /*Server volume has been disconnected.*/
};
enum {
fidNotFound = -1300, /*no file thread exists.*/
fidExists = -1301, /*file id already exists*/
notAFileErr = -1302, /*directory specified*/
diffVolErr = -1303, /*files on different volumes*/
catChangedErr = -1304, /*the catalog has been modified*/
desktopDamagedErr = -1305, /*desktop database files are corrupted*/
sameFileErr = -1306, /*can't exchange a file with itself*/
badFidErr = -1307, /*file id is dangling or doesn't match with the file number*/
notARemountErr = -1308, /*when _Mount allows only remounts and doesn't get one*/
fileBoundsErr = -1309, /*file's EOF, offset, mark or size is too big*/
fsDataTooBigErr = -1310, /*file or volume is too big for system*/
volVMBusyErr = -1311, /*can't eject because volume is in use by VM*/
badFCBErr = -1327, /*FCBRecPtr is not valid*/
errFSUnknownCall = -1400, /* selector is not recognized by this filesystem */
errFSBadFSRef = -1401, /* FSRef parameter is bad */
errFSBadForkName = -1402, /* Fork name parameter is bad */
src/Errors.pl view on Meta::CPAN
kNSLNoElementsInList = -4196,
kNSLInsufficientOTVer = -4197,
kNSLInsufficientSysVer = -4198,
kNSLNotInitialized = -4199,
kNSLInitializationFailed = -4200 /* UNABLE TO INITIALIZE THE MANAGER!!!!! DO NOT CONTINUE!!!!*/
};
enum {
/* desktop printing error codes*/
kDTPHoldJobErr = -4200,
kDTPStopQueueErr = -4201,
kDTPTryAgainErr = -4202,
kDTPAbortJobErr = 128
};
enum {
/* ColorSync Result codes */
cmElementTagNotFound = -4200,
cmIndexRangeErr = -4201, /* Tag index out of range */
( run in 0.242 second using v1.01-cache-2.11-cpan-299005ec8e3 )