Contents

NSURLErrorFailingURLStringErrorKey

The URL which caused a load to fail.

Declaration

let NSURLErrorFailingURLStringErrorKey: String

Discussion

The corresponding value is an NSString object.

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

See Also

Keys