Enumeration Case 列挙ケース

NSURLErrorCannotConnectToHost

An attempt to connect to a host failed. ホストへの接続の試みは失敗しました。

Declaration 宣言

NSURLErrorCannotConnectToHost = -1004

Discussion 議論

This can occur when a host name resolves, but the host is down or may not be accepting connections on a certain port. これは、ホスト名が解決する、しかしホストはダウンしたまたは特定のポート上で接続が受け入れられないかもしれない時に発生します。

See Also 参照

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