Enumeration Case 列挙ケース

NSURLErrorRequestBodyStreamExhausted

A body stream was needed but the client did not provide one. あるボディストリームが必要とされましたがクライアントはそれを提供しません。

Declaration 宣言

NSURLErrorRequestBodyStreamExhausted = -1021

Discussion 議論

This impacts clients on iOS that send a POST request using a body stream but do not implement the NSURLSessionTaskDelegate delegate method URLSession:task:needNewBodyStream:. これは、POSTリクエストをボディストリームを使って送信するしかしNSURLSessionTaskDelegateの委任先メソッドURLSession:task:needNewBodyStream:を実装しないiOS上のクライアントに影響します。

See Also 参照

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