Enumeration Case 列挙ケース

NSURLErrorNotConnectedToInternet

A network resource was requested, but an internet connection has not been established and can’t be established automatically. ネットワークリソースがリクエストされました、しかしインターネット接続は確立されていませんそして自動的に確立されることができません。

Declaration 宣言

NSURLErrorNotConnectedToInternet = -1009

Discussion 議論

This error occurs when the connection can’t be established a lack of connectivity or because the user chooses not to make a network connection automatically. このエラーは、接続性の欠如のためにまたはユーザが自動的にネットワーク接続をしないことを選択することから、接続が確立されることができない時に発生します。

See Also 参照

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