Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StackFrame

Trace API expects stack frames to be a JSON string with the following structure: STACK_TRACE := { "stack_frame" : [ FRAMES ] } FRAMES := { "class_name" : CLASS_NAME, "file_name" : FILE_NAME, "line_number" : LINE_NUMBER, "method_name" : METHOD_NAME }*

While the API doesn't expect a column_number at this point, it does accept, and ignore it.

Hierarchy

  • StackFrame

Index

Properties

Optional class_name

class_name: undefined | string

Optional column_number

column_number: undefined | number

Optional file_name

file_name: undefined | string

Optional line_number

line_number: undefined | number

Optional method_name

method_name: undefined | string

Generated using TypeDoc