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

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

Overview

Error describes why the execution was abnormally terminated.

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns Human-readable stack trace string.

Returns:

  • (::String)

    Human-readable stack trace string.



141
142
143
144
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 141

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

#payload::String

Returns Error message and data returned represented as a JSON string.

Returns:

  • (::String)

    Error message and data returned represented as a JSON string.



141
142
143
144
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 141

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

#stack_trace::Google::Cloud::Workflows::Executions::V1::Execution::StackTrace

Returns Stack trace with detailed information of where error was generated.

Returns:



141
142
143
144
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 141

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