Workflows Executions V1beta API - Class Google::Cloud::Workflows::Executions::V1beta::Execution::Error (v0.8.0)

Reference documentation and code samples for the Workflows Executions V1beta API class Google::Cloud::Workflows::Executions::V1beta::Execution::Error.

Error describes why the execution was abnormally terminated.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#context

def context() -> ::String
Returns
  • (::String) — Human readable error context, helpful for debugging purposes.

#context=

def context=(value) -> ::String
Parameter
  • value (::String) — Human readable error context, helpful for debugging purposes.
Returns
  • (::String) — Human readable error context, helpful for debugging purposes.

#payload

def payload() -> ::String
Returns
  • (::String) — Error payload returned by the execution, represented as a JSON string.

#payload=

def payload=(value) -> ::String
Parameter
  • value (::String) — Error payload returned by the execution, represented as a JSON string.
Returns
  • (::String) — Error payload returned by the execution, represented as a JSON string.