Source |
The SourceDataException type exposes the following members.
Name | Description | |
---|---|---|
Failure |
Gets the non-null Failure object containing details of
the failure on the API's servers that led to this exception on the
client.
(Inherited from FailureException) | |
IsDueToSourceDataCoverage | Returns true if the requested data could not be generated because the source weather station's recorded temperature data did not cover the requested period in time. | |
IsDueToSourceDataErrors | Returns true if the requested data could not be generated because of errors in the recorded temperature data of the source weather station. | |
IsDueToSourceDataGranularity | Returns true if the requested data could not be generated because the source weather station's recorded temperature data was not fine-grained/detailed enough. | |
Message |
Overridden to return the Failure details as the exception
message.
(Inherited from FailureException) |