pl.wendigo.chrome.api.runtime / StackTrace

StackTrace

data class StackTrace (source)

Call frames for assertions or error messages.

Link
Runtime#StackTrace type documentation.

Constructors

<init>

StackTrace(description: String? = null, callFrames: List<CallFrame>, parent: StackTrace? = null, parentId: StackTraceId? = null)

Call frames for assertions or error messages.

Properties

callFrames

val callFrames: List<CallFrame>

JavaScript function name.

description

val description: String?

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

parent

val parent: StackTrace?

Asynchronous JavaScript stack trace that preceded this stack, if available.

parentId

val parentId: StackTraceId?

Asynchronous JavaScript stack trace that preceded this stack, if available.