Add some 10.6 URL errors

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2015-09-18 07:36:13 +00:00
parent 8877afdd82
commit 4759a9616a
2 changed files with 19 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-09-18 Riccardo Mottola <rm@gnu.org>
* Headers/Foundation/NSError.h
Add some 10.6 URL errors
2015-09-16 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: fix check for pthread setname to work with older

View file

@ -86,6 +86,20 @@ GS_EXPORT NSString* const NSLocalizedRecoverySuggestionErrorKey;
GS_EXPORT NSString* const NSRecoveryAttempterErrorKey;
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST)
/**
* NSURL to indicate the URL which did not load, in the NSURLErrorDomain.
*/
GS_EXPORT NSString* const NSURLErrorFailingURLErrorKey;
/**
* NSString in the NSURLDomain to indicate the object for the URL that did not load.
* This supersedes NSErrorFailingURLStringKey
*/
GS_EXPORT NSString* const NSURLErrorFailingURLStringErrorKey;
#endif
/**
* Domain for system errors (on MACH).
*/