public reject(error: E): void {
    this.alreadyError_ = error
    this.lastState_ = "error"

    if (this.computationReject_) {