Class: CadenceThrift::WorkflowService::QueryWorkflow_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/workflow_service.rb

Constant Summary collapse

SUCCESS =
0
BADREQUESTERROR =
1
INTERNALSERVICEERROR =
2
ENTITYNOTEXISTERROR =
3
QUERYFAILEDERROR =
4
LIMITEXCEEDEDERROR =
5
SERVICEBUSYERROR =
6
CLIENTVERSIONNOTSUPPORTEDERROR =
7
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::CadenceThrift::QueryWorkflowResponse},
  BADREQUESTERROR => {:type => ::Thrift::Types::STRUCT, :name => 'badRequestError', :class => ::CadenceThrift::BadRequestError},
  INTERNALSERVICEERROR => {:type => ::Thrift::Types::STRUCT, :name => 'internalServiceError', :class => ::CadenceThrift::InternalServiceError},
  ENTITYNOTEXISTERROR => {:type => ::Thrift::Types::STRUCT, :name => 'entityNotExistError', :class => ::CadenceThrift::EntityNotExistsError},
  QUERYFAILEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'queryFailedError', :class => ::CadenceThrift::QueryFailedError},
  LIMITEXCEEDEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'limitExceededError', :class => ::CadenceThrift::LimitExceededError},
  SERVICEBUSYERROR => {:type => ::Thrift::Types::STRUCT, :name => 'serviceBusyError', :class => ::CadenceThrift::ServiceBusyError},
  CLIENTVERSIONNOTSUPPORTEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'clientVersionNotSupportedError', :class => ::CadenceThrift::ClientVersionNotSupportedError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3044
# File 'lib/gen/thrift/workflow_service.rb', line 3044

def struct_fields; FIELDS; end

#validateObject



3046
3047
# File 'lib/gen/thrift/workflow_service.rb', line 3046

def validate
end