Contents

unsupportedURL

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

Declaration

static var unsupportedURL: URLError.Code { get }

Discussion

Typically this occurs when there is no available protocol handler for the URL.

See Also

Error codes