Stack
@JsonClass(generateAdapter = true)
Content copied to clipboard
The sequence of function calls leading to the exception.
A call stack that is relevant to a result.
The call stack leading to this location.
Constructors
Link copied to clipboard
fun Stack( @Json(name = "frames") frames: List<StackFrame>, @Json(name = "message") message: Message? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard