Contents

NSURLErrorUnsupportedURL

A properly formed URL couldn’t be handled by the framework.

Declaration

var NSURLErrorUnsupportedURL: Int { get }

Discussion

The most likely cause is that there is no available protocol handler for the URL.

See Also

URL Errors