google_api_script v0.3.0 GoogleApi.Script.V1.Model.ScriptStackTraceElement View Source

A stack trace through the script that shows where the execution failed.

Attributes

  • function (String.t): The name of the function that failed. Defaults to: null.
  • lineNumber (integer()): The line number where the script failed. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Script.V1.Model.ScriptStackTraceElement{
  function: any(),
  lineNumber: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.