NSURLErrorFailingURLStringErrorKey

Static NSURLErrorFailingURLStringErrorKey 

Source
pub unsafe static NSURLErrorFailingURLStringErrorKey: &'static NSString
👎Deprecated: Use NSURLErrorFailingURLErrorKey instead
Available on crate features NSString and NSURLError only.
Expand description

The NSError userInfo dictionary key used to store and retrieve the NSString object for the URL which caused a load to fail.

This constant supersedes NSErrorFailingURLStringKey, which was deprecated in Mac OS X 10.6. Both constants refer to the same value for backward-compatibility, but this symbol name has a better prefix.

See also Apple’s documentation