Global Variable グローバル変数

NSURLErrorCannotConnectToHost

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

Declaration 宣言

var NSURLErrorCannotConnectToHost: Int { get }

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 参照

URL Errors URLエラー