Error

data class Error(val details: Throwable) : AnalysisViewStatus

The Analysis cannot be evaluated or displayed in the view.

Details of the error are provided in details.

Since

300.0.0

Constructors

Link copied to clipboard
constructor(details: Throwable)

Properties

Link copied to clipboard

a Throwable that describes the problem encountered when displaying the analysis in the GeoView