GoogleApi.WorkflowExecutions.V1.Model.Error (google_api_workflow_executions v0.11.3)

View Source

Error describes why the execution was abnormally terminated.

Attributes

  • context (type: String.t, default: nil) - Human-readable stack trace string.
  • payload (type: String.t, default: nil) - Error message and data returned represented as a JSON string.
  • stackTrace (type: GoogleApi.WorkflowExecutions.V1.Model.StackTrace.t, default: nil) - Stack trace with detailed information of where error was generated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.Error{
  context: String.t() | nil,
  payload: String.t() | nil,
  stackTrace: GoogleApi.WorkflowExecutions.V1.Model.StackTrace.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.