GoogleApi.Workflows.V1.Model.StateError (google_api_workflows v0.9.1)

View Source

Describes an error related to the current state of the workflow.

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.Workflows.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.