method NoOpDiagnosticsCollector.prototype.operationError
NoOpDiagnosticsCollector.prototype.operationError(
_eventId: string,
_error: Error,
): void

Record an operation error (no-op implementation)

Parameters

_eventId: string
  • Event ID from operationStart (ignored)
_error: Error
  • Error that occurred (ignored)

Return Type

void

Usage

import { NoOpDiagnosticsCollector } from ".";