GoogleApi.Script.V1.Model.ScriptStackTraceElement (google_api_script v0.15.2) View Source

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

Attributes

  • function (type: String.t, default: nil) - The name of the function that failed.
  • lineNumber (type: integer(), default: nil) - The line number where the script failed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Script.V1.Model.ScriptStackTraceElement{
  function: String.t(),
  lineNumber: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.