Class: CadenceThrift::WorkflowService::DeprecateDomain_result

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

Constant Summary collapse

BADREQUESTERROR =
1
INTERNALSERVICEERROR =
2
ENTITYNOTEXISTERROR =
3
SERVICEBUSYERROR =
4
DOMAINNOTACTIVEERROR =
5
CLIENTVERSIONNOTSUPPORTEDERROR =
6
FIELDS =
{
  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},
  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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end