NSURLErrorFailingURLErrorKey

Static NSURLErrorFailingURLErrorKey 

Source
pub unsafe static NSURLErrorFailingURLErrorKey: &'static NSString
Available on crate features NSString and NSURLError only.
Expand description

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

See also Apple’s documentation