Skip to content 

IErrorTrackingService Interface

Packages > @fluidframework/protocol-definitions > IErrorTrackingService

Signature:

export interface IErrorTrackingService 

Methods

List of methods of this class
Method Description
track(func) Track error/exception using a service.

Methods

track

Track error/exception using a service.

Signature:

track(func: () => void): any;

Parameters

List of parameters
Parameter Type Description
func () => void

Returns:

any