Mac-Errors
view release on metacpan or search on metacpan
lib/Mac/Errors.pm view on Meta::CPAN
=cut
sub tmwdoErr { -121 }
=item badMovErr
Move into offspring error
=cut
sub badMovErr { -122 }
=item wrgVolTypErr
Wrong volume type error [operation not supported for MFS]
=cut
sub wrgVolTypErr { -123 }
=item fidNotFound
no file thread exists.
=cut
sub fidNotFound { -1300 }
=item fidExists
file id already exists
=cut
sub fidExists { -1301 }
=item notAFileErr
directory specified
=cut
sub notAFileErr { -1302 }
=item diffVolErr
files on different volumes
=cut
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
file id is dangling or doesn't match with the file number
=cut
sub badFidErr { -1307 }
=item notARemountErr
when _Mount allows only remounts and doesn't get one
=cut
sub notARemountErr { -1308 }
=item fileBoundsErr
file's EOF, offset, mark or size is too big
=cut
sub fileBoundsErr { -1309 }
=item fsDataTooBigErr
file or volume is too big for system
=cut
sub fsDataTooBigErr { -1310 }
=item volVMBusyErr
can't eject because volume is in use by VM
=cut
sub volVMBusyErr { -1311 }
=item badFCBErr
FCBRecPtr is not valid
=cut
sub badFCBErr { -1327 }
=item errFSUnknownCall
selector is not recognized by this filesystem
( run in 0.560 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )