Class: Google::Cloud::Workflows::Executions::V1beta::Execution::Error
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1beta::Execution::Error
- 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
-
#context ⇒ ::String
Human readable error context, helpful for debugging purposes.
-
#payload ⇒ ::String
Error payload returned by the execution, represented as a JSON string.
Instance Attribute Details
#context ⇒ ::String
Returns 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.
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 |