Class: CadenceThrift::WorkflowService::DescribeDomain_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
SERVICEBUSYERROR =
4
CLIENTVERSIONNOTSUPPORTEDERROR =
5
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::CadenceThrift::DescribeDomainResponse},
  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},
  CLIENTVERSIONNOTSUPPORTEDERROR => {:type => ::Thrift::Types::STRUCT, :name => 'clientVersionNotSupportedError', :class => ::CadenceThrift::ClientVersionNotSupportedError}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end