frames

@SerializedName(value = "frames")
@Expose
open var frames: List<StackFrame>

An array of stack frames that represents a sequence of calls, rendered in reverse chronological order, that comprise the call stack. (Required)