Type Property 型プロパティ

backgroundSessionWasDisconnected

The app is suspended or exits while a background data task is processing. バックグラウンドデータタスクが処理している間に、アプリが一時中断されるまたは退出します。

Declaration 宣言

static var backgroundSessionWasDisconnected: URLError.Code { get }

Discussion 議論

If your app has created a background data task and the app is then suspended, the task will be invalidated with this error code. To prevent this, when you receive the response, convert the data task to a download task. あなたのアプリがバックグラウンドデータタスクを作成したそしてアプリがそれから一時停止されたならば、そのタスクはこのエラーコードで無効にされるでしょう。これを防ぐには、あなたがこの応答を受け取る時に、そのデータタスクをダウンロードタスクに変換してください。

See Also 参照

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