AnalysisErrorArgs

data class AnalysisErrorArgs(val message: Output<String>? = null, val type: Output<AnalysisErrorType>? = null, val violatedEntities: Output<List<AnalysisEntityArgs>>? = null) : ConvertibleToJava<AnalysisErrorArgs>

Analysis error.

Constructors

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

Properties

Link copied to clipboard
val message: Output<String>? = null

The message associated with the analysis error.

Link copied to clipboard
val type: Output<AnalysisErrorType>? = null

The type of the analysis error.

Link copied to clipboard

Lists the violated entities that caused the analysis error

Functions

Link copied to clipboard
open override fun toJava(): AnalysisErrorArgs