class Google::Apis::ScriptV1::ScriptStackTraceElement
A stack trace through the script that shows where the execution failed.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @function = args[:function] if args.key?(:function) @line_number = args[:line_number] if args.key?(:line_number) end