Enumeration Case 列挙ケース

NSURLErrorUnsupportedURL

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

Declaration 宣言

NSURLErrorUnsupportedURL = -1002

Discussion 議論

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

See Also 参照

Error Codes さまざまなエラーコード