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

View Source

Describes an error related to the current state of the Execution resource.

Attributes

  • details (type: String.t, default: nil) - Provides specifics about the error.
  • type (type: String.t, default: nil) - The type of this state error.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.StateError{
  details: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.