GoogleApi.Script.V1.Model.ScriptStackTraceElement (google_api_script v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.