TrackerErrorDetails: {
    streamType: StreamType;
    error: unknown;
}

Represents the details of a tracker error event.

Type declaration

  • streamType: StreamType

    The type of stream that the tracker is for.

  • error: unknown

    The error that occurred during the tracker request.