Click or drag to resize

SourceDataExceptionIsDueToSourceDataErrors Property

Returns true if the requested data could not be generated because of errors in the recorded temperature data of the source weather station.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool IsDueToSourceDataErrors { get; }

Property Value

Boolean
Remarks

Generally speaking, if a request for data from a weather station results in this error, it is probably best to find an alternative weather station nearby. But a weather station with data errors is not necessarily totally useless - it may make a revival at some point in the future, and it's possible that data requests covering a different period in time will work OK.

See Also