Class: Google::Cloud::Workflows::Executions::V1beta::Execution::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workflows/executions/v1beta/executions.rb

Overview

Error describes why the execution was abnormally terminated.

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns Human readable error context, helpful for debugging purposes.

Returns:

  • (::String)

    Human readable error context, helpful for debugging purposes.



67
68
69
70
# File 'proto_docs/google/cloud/workflows/executions/v1beta/executions.rb', line 67

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#payload::String

Returns Error payload returned by the execution, represented as a JSON string.

Returns:

  • (::String)

    Error payload returned by the execution, represented as a JSON string.



67
68
69
70
# File 'proto_docs/google/cloud/workflows/executions/v1beta/executions.rb', line 67

class Error
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end