in src/TelemetryHelper.ts [39:42]
public setFailedResult(errorMessage: string) { this.result = FAILED_RESULT; this.errorMessage = errorMessage; }