Class ScriptStackTraceElement
A stack trace through the script that shows where the execution failed.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class ScriptStackTraceElement : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Function
The name of the function that failed.
Declaration
[JsonProperty("function")]
public virtual string Function { get; set; }
Property Value
Type | Description |
---|---|
string |
LineNumber
The line number where the script failed.
Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |