google_api_script v0.0.1 GoogleApi.Script.V1.Model.ScriptStackTraceElement View Source
A stack trace through the script that shows where the execution failed.
Attributes
- function (String): The name of the function that failed. Defaults to:
null. - lineNumber (Integer): The line number where the script failed. Defaults to:
null.