* @internal
(error?: any)
| 642 | * @internal |
| 643 | */ |
| 644 | endWithError(error?: any): void { |
| 645 | this._requestHasEnded = true |
| 646 | this._tracerImpl.endWithError(error) |
| 647 | this._meterImpl.processEnd(this.clusterName, this.clusterUUID, error) |
| 648 | } |
| 649 | |
| 650 | /** |
| 651 | * @internal |
no test coverage detected