Class: CadenceThrift::WorkflowExecutionAlreadyStartedError
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- CadenceThrift::WorkflowExecutionAlreadyStartedError
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- MESSAGE =
10
- STARTREQUESTID =
20
- RUNID =
30
- FIELDS =
{ MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message', :optional => true}, STARTREQUESTID => {:type => ::Thrift::Types::STRING, :name => 'startRequestId', :optional => true}, RUNID => {:type => ::Thrift::Types::STRING, :name => 'runId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
659 |
# File 'lib/gen/thrift/shared_types.rb', line 659 def struct_fields; FIELDS; end |
#validate ⇒ Object
661 662 |
# File 'lib/gen/thrift/shared_types.rb', line 661 def validate end |