{ "name": "download.provideAuth \u2014 the task no longer exists", "description": "The ordinary stale-client case: the user typed credentials into a dialog for a task that was removed in the meantime.", "transport": "uds", "request": { "jsonrpc": "2.0", "id": 81, "method": "download.provideAuth", "params": { "taskId": "00000000-0000-4000-8000-000000000000", "username": "x", "password": "y" } }, "response": { "jsonrpc": "2.0", "id": 81, "error": { "code": -32010, "message": "no such task", "data": { "taskId": "00000000-0000-4000-8000-000000000000" } } }, "assertions": [ "credentials submitted for a task that no longer exists are discarded, never persisted anywhere" ] }