Class: Google::Cloud::Workflows::Executions::V1::Execution::Error
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::Execution::Error
- 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
-
#context ⇒ ::String
Human-readable stack trace string.
-
#payload ⇒ ::String
Error message and data returned represented as a JSON string.
-
#stack_trace ⇒ ::Google::Cloud::Workflows::Executions::V1::Execution::StackTrace
Stack trace with detailed information of where error was generated.
Instance Attribute Details
#context ⇒ ::String
Returns 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.
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.
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 |