GenericIssueDetails

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

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

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)