Type Property 型プロパティ

requestBodyStreamExhausted

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

Declaration 宣言

static var requestBodyStreamExhausted: URLError.Code { get }

Discussion 議論

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

See Also 参照

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