Skip to main content
Version: v1

IFluidErrorAnnotations Interface

Metadata to annotate an error object when annotating or normalizing it

Signature

export interface IFluidErrorAnnotations

Properties

Property Modifiers Type Description
props optional ITelemetryProperties Telemetry props to log with the error

Property Details

props

Telemetry props to log with the error

Signature

props?: ITelemetryProperties;

Type: ITelemetryProperties