Returns the last error message from the worker (plain text).
Future<String> getError() async { final r = await _sendRequest<GetErrorResponse>(GetErrorRequest(_nextRequestId())); return r.message; }