ValueResponse<T>
Response containing value or errors.
Gets or sets response model value.
public ValueResponse(Guid exportJobID, bool isSuccess, string errorMessage, string errorCode, T value)
Initializes a new instance of the ValueResponse<T> class.
Helper function to be used only in API implementation.