Enumeration Case 列挙ケース

NSURLErrorBadServerResponse

The URL Loading System received bad data from the server. URL Loading Systemがサーバから不良データを受け取りました。

Declaration 宣言

NSURLErrorBadServerResponse = -1011

Discussion 議論

This is equivalent to the “500 Server Error” message sent by HTTP servers. これは、HTTPサーバーによって送られる “500 Server Error” メッセージに等しいです。

See Also 参照

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