GenericIssueDetails

@Serializable
data class GenericIssueDetails(val errorType: GenericIssueErrorType, val frameId: FrameId? = null, val violatingNodeId: BackendNodeId? = null, val violatingNodeAttribute: String? = null, val request: AffectedRequest? = null)(source)

Depending on the concrete errorType, different properties are set.

Official doc

Constructors

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

Properties

Link copied to clipboard

Issues with the same errorType are aggregated in the frontend.

Link copied to clipboard
val frameId: FrameId? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard