Skip to main content

ILoggingError Interface

An error object that supports exporting its properties to be logged to telemetry

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/core-interfaces/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ILoggingError extends Error

Extends: Error

Methods

Method Alerts Return Type Description
getTelemetryProperties() Alpha ITelemetryBaseProperties Return all properties from this object that should be logged to telemetry

Method Details

getTelemetryProperties

Return all properties from this object that should be logged to telemetry

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/core-interfaces/alpha.

For more information about our API support guarantees, see here.

Signature

getTelemetryProperties(): ITelemetryBaseProperties;

Returns

Return type: ITelemetryBaseProperties