if (this.failed.has(id)) {
      rt = this.failed.get(id);

      if (!(this.noAutoClear || keepResult)) {
        this.failed.set(id, null);