Re: Error codes?
Re: Error codes?
- Subject: Re: Error codes?
- From: Vince DeMarco <email@hidden>
- Date: Fri, 18 May 2001 09:29:30 -0700
On Friday, May 18, 2001, at 01:35 AM, Steve Gehrman wrote:
Is there a list of error codes for cocoa?
I'm getting this...
LSGetApplicationForURL() returned -10814
any ideas?
that error is
kLSApplicationNotFoundErr = -10814, /* e.g. no application claims
the file*/
Look in the Framework ApplicationServices.framework
in Frameworks/LaunchServices.framework/Headers/LaunchServices.h
vince
References: | |
| >Error codes? (From: Steve Gehrman <email@hidden>) |