Table of Contents

Class FeedErrorEventArgs

Namespace
Sportradar.LiveData.Sdk.FeedProviders.Common.Events
Assembly
Sportradar.LiveData.Sdk.dll

Event arguments passed with OnFeedError

[Serializable]
public class FeedErrorEventArgs : EventArgs
Inheritance
FeedErrorEventArgs
Inherited Members

Properties

Cause

Error cause

public ErrorCause Cause { get; }

Property Value

ErrorCause

ErrorMessage

Error message

public string ErrorMessage { get; }

Property Value

string

LocalTimestamp

Error timestamp (local UTC timestamp)

public DateTime LocalTimestamp { get; }

Property Value

DateTime

Severity

Error severity

public ErrorSeverity Severity { get; }

Property Value

ErrorSeverity