Type Property 型プロパティ

requestBodyStreamExhausted

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

Declaration 宣言

static var requestBodyStreamExhausted: URLError.Code { get }

Discussion 議論

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

See Also 参照

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