Class: CadenceThrift::WorkflowService::ResetStickyTaskList_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
LIMITEXCEEDEDERROR =
4
SERVICEBUSYERROR =
5
DOMAINNOTACTIVEERROR =
6
CLIENTVERSIONNOTSUPPORTEDERROR =
7
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::CadenceThrift::ResetStickyTaskListResponse},
  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},
  LIMITEXCEEDEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'limitExceededError', :class => ::CadenceThrift::LimitExceededError},
  SERVICEBUSYERROR => {:type => ::Thrift::Types::STRUCT, :name => 'serviceBusyError', :class => ::CadenceThrift::ServiceBusyError},
  DOMAINNOTACTIVEERROR => {:type => ::Thrift::Types::STRUCT, :name => 'domainNotActiveError', :class => ::CadenceThrift::DomainNotActiveError},
  CLIENTVERSIONNOTSUPPORTEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'clientVersionNotSupportedError', :class => ::CadenceThrift::ClientVersionNotSupportedError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end