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
Message
Gets the message of the response
string Message { get; }
Property Value
Success
Gets a value indicating whether this IReplayResponse is success.
bool Success { get; }