Global Variable グローバル変数

NSURLErrorUnknown

The URL Loading System encountered an error that it can’t interpret. URL Loading Systemが解釈できないエラーに遭遇しました。

Declaration 宣言

var NSURLErrorUnknown: Int { get }

Discussion 議論

This can occur when an error originates from a lower level framework or library. Whenever this error code is received, it is a bug, and should be reported to Apple. これは、エラーがローレベルフレームワークまたはライブラリから生じる場合に起こります。このエラーコードが受け取られる時は必ず、それはバグです、そしてAppleに報告されるべきです。

See Also 参照

URL Errors URLエラー