GoogleApi.WorkflowExecutions.V1.Model.Exception (google_api_workflow_executions v0.11.3)
View SourceException describes why the step entry failed.
Attributes
-
payload
(type:String.t
, default:nil
) - Error message represented as a JSON string.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.Exception{ payload: String.t() | nil }