Enumeration Case 列挙ケース

NSURLErrorBackgroundSessionWasDisconnected

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

Declaration 宣言

NSURLErrorBackgroundSessionWasDisconnected = -997

Discussion 議論

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

See Also 参照

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