Class: EDocumentAlreadyInCentroid
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- EDocumentAlreadyInCentroid
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced_protocol_types.rb
Constant Summary collapse
- DOCUMENTID =
1- CENTROIDID =
2- MESSAGE =
3- FIELDS =
{ DOCUMENTID => {:type => ::Thrift::Types::STRING, :name => 'documentId'}, CENTROIDID => {:type => ::Thrift::Types::STRING, :name => 'centroidId'}, MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
811 |
# File 'lib/gen-rb/relevanced_protocol_types.rb', line 811 def struct_fields; FIELDS; end |
#validate ⇒ Object
813 814 |
# File 'lib/gen-rb/relevanced_protocol_types.rb', line 813 def validate end |