StackTraceElementResponse

data class StackTraceElementResponse(val position: PositionResponse, val routine: String, val step: String)

A single stack element (frame) where an error occurred.

Constructors

Link copied to clipboard
constructor(position: PositionResponse, routine: String, step: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source position information of the stack trace element.

Link copied to clipboard

The routine where the error occurred.

Link copied to clipboard

The step the error occurred at.