Re: List of errors
Re: List of errors
- Subject: Re: List of errors
- From: Jim Correia <email@hidden>
- Date: Mon, 11 Mar 2002 18:10:37 -0500
On Monday, March 11, 2002, at 06:02 PM, email@hidden wrote:
From: Stan Pulchtopek
I am getting a -10818 error status from an NSWorkspace
openFile:withApplication: call. I can't find a list of errors anywhere on
the Mac OS X Development site.
Does anyone know what this error is?
LaunchServices.h
kLSLaunchInProgressErr = -10818, /* e.g. opening an alreay
opening application*/
Does anyone know where there is a list of all Mac errors?
There isn't just one place. Many Carbon error codes are listed in
MacErrors.h. If you know what framework is generating the error, you can
start by searching its headers.
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.