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
ErrorMessage
Error message
public string ErrorMessage { get; }
Property Value
LocalTimestamp
Error timestamp (local UTC timestamp)
public DateTime LocalTimestamp { get; }
Property Value
Severity
Error severity
public ErrorSeverity Severity { get; }