Table of Contents

Interface IReplayResponse

Namespace
Sportradar.OddsFeed.SDK.Api.Replay
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract for responses from Replay Server

public interface IReplayResponse

Properties

ErrorMessage

Gets the error message, if error occurred, otherwise empty

string ErrorMessage { get; }

Property Value

string

Message

Gets the message of the response

string Message { get; }

Property Value

string

Success

Gets a value indicating whether this IReplayResponse is success.

bool Success { get; }

Property Value

bool