Workflows Executions V1 API - Class Google::Cloud::Workflows::Executions::V1::Execution::Error (v0.5.0)

Reference documentation and code samples for the Workflows Executions V1 API class Google::Cloud::Workflows::Executions::V1::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 stack trace string.

#context=

def context=(value) -> ::String
Parameter
  • value (::String) — Human-readable stack trace string.
Returns
  • (::String) — Human-readable stack trace string.

#payload

def payload() -> ::String
Returns
  • (::String) — Error message and data returned represented as a JSON string.

#payload=

def payload=(value) -> ::String
Parameter
  • value (::String) — Error message and data returned represented as a JSON string.
Returns
  • (::String) — Error message and data returned represented as a JSON string.

#stack_trace

def stack_trace() -> ::Google::Cloud::Workflows::Executions::V1::Execution::StackTrace
Returns

#stack_trace=

def stack_trace=(value) -> ::Google::Cloud::Workflows::Executions::V1::Execution::StackTrace
Parameter
Returns