GetNodeStackTracesResponse

@Serializable
data class GetNodeStackTracesResponse(val creation: StackTrace? = null)(source)

Response type for the DOMDomain.getNodeStackTraces command.

Constructors

Link copied to clipboard
constructor(creation: StackTrace? = null)

Properties

Link copied to clipboard
val creation: StackTrace? = null

Creation stack trace, if available.