Error Code DB
Error Code DB
- Subject: Error Code DB
- From: bryan <email@hidden>
- Date: Fri, 11 Jan 2002 04:34:09 -0500
Fellow List Members,
I have compiled the Apple Error codes from a few sources into a
FileMaker Pro 5 database and would be happy to share it with
anybody who wants it. The list is searchable on any of the three
fields error code, error or description.
For example the error code -8850 returns the record:
-8850 kUTCUnderflowErr UTCUtils Status Codes
Anybody who has comprehensive lists of errors, I am trying to
improve the completeness of my error list; which currently holds
2001 records. Participation in this project is invited. Anyone with
knowledge of an open source of error codes is asked to forward
the reference or a copy.
Assistance in porting to other DB's and to a runtime are requested.
Bryan Kaufman
Timothy Bates wrote:
>
I am writing a script to put items away intelligently (install .saver files
>
into the screen saver folder etc)
>
>
If I abstract out this bit, that is not working, perhaps someone can
>
explain:
>
>
tell application "Finder"
>
move file "MouseZoom:MouseZoom.prefPane" to folder
>
"Cortex:Users:tim:Library:PreferencePanes:"
>
-->Finder got an error: An error of type -8067 has occurred.
>
end tell
>
>
No idea what type -8067 is.
>
>
If I say
>
Reveal file "MouseZoom:MouseZoom.prefPane"
>
>
Or reveal folder "Cortex:Users:tim:Library:PreferencePanes:"
>
>
It works just fine.
>
>
If I manually move the file, it copies (no permissions difficulties). So
>
what is up?
>
>
If I use "duplicate" or copy instead of move, I just get a differenct opaque
>
error number ("-15267 " )
>
>
Cheers,
>
Tim
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.