Click or drag to resize

SourceDataException Properties

The SourceDataException type exposes the following members.

Properties
 NameDescription
Public propertyFailure 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)
Public propertyIsDueToSourceDataCoverage 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.
Public propertyIsDueToSourceDataErrors Returns true if the requested data could not be generated because of errors in the recorded temperature data of the source weather station.
Public propertyIsDueToSourceDataGranularity 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.
Public propertyMessage Overridden to return the Failure details as the exception message.
(Inherited from FailureException)
Top
See Also