GenericIssueDetails

@Serializable
data class GenericIssueDetails(val errorType: Audits.GenericIssueErrorType, val frameId: String? = null, val violatingNodeId: Int? = null, val violatingNodeAttribute: String? = null, val request: Audits.AffectedRequest? = null)

Depending on the concrete errorType, different properties are set.

Constructors

Link copied to clipboard
constructor(errorType: Audits.GenericIssueErrorType, frameId: String? = null, violatingNodeId: Int? = null, violatingNodeAttribute: String? = null, request: Audits.AffectedRequest? = null)

Properties

Link copied to clipboard

Issues with the same errorType are aggregated in the frontend.

Link copied to clipboard
val frameId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val violatingNodeId: Int? = null