AnalysisError

data class AnalysisError(val message: String? = null, val type: AnalysisErrorType? = null, val violatedEntities: List<AnalysisEntity>? = null)

Analysis error.

Constructors

Link copied to clipboard
constructor(message: String? = null, type: AnalysisErrorType? = null, violatedEntities: List<AnalysisEntity>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

The message associated with the analysis error.

Link copied to clipboard
val type: AnalysisErrorType? = null

The type of the analysis error.

Link copied to clipboard

Lists the violated entities that caused the analysis error