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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.