StackFrame

gcp4s.trace.model.StackFrame
final case class StackFrame(functionName: Option[TruncatableString], loadModule: Option[Module], originalFunctionName: Option[TruncatableString], fileName: Option[TruncatableString], lineNumber: Option[Long], columnNumber: Option[Long], sourceVersion: Option[TruncatableString])

Attributes

Source:
StackFrame.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product