Class: CadenceThrift::WorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowExecutionFailedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- REASON =
10
- DETAILS =
20
- DECISIONTASKCOMPLETEDEVENTID =
30
- FIELDS =
{ REASON => {:type => ::Thrift::Types::STRING, :name => 'reason', :optional => true}, DETAILS => {:type => ::Thrift::Types::STRING, :name => 'details', :binary => true, :optional => true}, DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1623 |
# File 'lib/gen/thrift/shared_types.rb', line 1623 def struct_fields; FIELDS; end |
#validate ⇒ Object
1625 1626 |
# File 'lib/gen/thrift/shared_types.rb', line 1625 def validate end |