Class: CadenceThrift::WorkflowService::RegisterDomain_result
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowService::RegisterDomain_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/workflow_service.rb
Constant Summary collapse
- BADREQUESTERROR =
1- INTERNALSERVICEERROR =
2- DOMAINEXISTSERROR =
3- SERVICEBUSYERROR =
4- CLIENTVERSIONNOTSUPPORTEDERROR =
5- FIELDS =
{ BADREQUESTERROR => {:type => ::Thrift::Types::STRUCT, :name => 'badRequestError', :class => ::CadenceThrift::BadRequestError}, INTERNALSERVICEERROR => {:type => ::Thrift::Types::STRUCT, :name => 'internalServiceError', :class => ::CadenceThrift::InternalServiceError}, DOMAINEXISTSERROR => {:type => ::Thrift::Types::STRUCT, :name => 'domainExistsError', :class => ::CadenceThrift::DomainAlreadyExistsError}, 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_fields ⇒ Object
1591 |
# File 'lib/gen/thrift/workflow_service.rb', line 1591 def struct_fields; FIELDS; end |
#validate ⇒ Object
1593 1594 |
# File 'lib/gen/thrift/workflow_service.rb', line 1593 def validate end |