Re: Error codes?
Re: Error codes?
- Subject: Re: Error codes?
- From: Andrew Platzer <email@hidden>
- Date: Fri, 18 May 2001 11:36:44 -0700
On Friday, May 18, 2001, at 01:35 , Steve Gehrman wrote:
Is there a list of error codes for cocoa?
I'm getting this...
LSGetApplicationForURL() returned -10814
any ideas?
Cocoa doesn't use error codes, it uses NSException.
This is a Carbon error code.
From LaunchServices.h:
kLSApplicationNotFoundErr = -10814, /* e.g. no application claims
the file*/
Also check MacErrors.h for more common error codes.
Andrew
__________________________________________________________________
A n d r e w P l a t z e r
A p p l i c a t i o n F r a m e w o r k s
A p p l e
References: | |
| >Error codes? (From: Steve Gehrman <email@hidden>) |