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 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; false otherwise. | |
| IsDueToSourceDataErrors | Returns true if the requested data could not be generated because of errors in the recorded temperature data of the source weather station; false otherwise. | |
| 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; false otherwise. | |
| Message |
Overridden to return the Failure details as the exception
message.
(Inherited from FailureException) |