Global Variable グローバル変数

NSURLErrorUnsupportedURL

A properly formed URL couldn’t be handled by the framework. 適切に形成されたURLがフレームワークによって取り扱われることができませんでした。

Declaration 宣言

var NSURLErrorUnsupportedURL: Int { get }

Discussion 議論

The most likely cause is that there is no available protocol handler for the URL. 主にありそうな原因は、URLに対して利用可能なプロトコルハンドラがないことです。

See Also 参照

URL Errors URLエラー