Class: Concord::Thrift::BoltError
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Concord::Thrift::BoltError
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_types.rb
Constant Summary collapse
- REASON =
1
- CONTEXT =
2
- TIME =
3
- FIELDS =
{ REASON => {:type => ::Thrift::Types::STRING, :name => 'reason'}, CONTEXT => {:type => ::Thrift::Types::STRING, :name => 'context'}, TIME => {:type => ::Thrift::Types::I64, :name => 'time'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
60 |
# File 'lib/gen-rb/bolt_types.rb', line 60 def struct_fields; FIELDS; end |
#validate ⇒ Object
62 63 |
# File 'lib/gen-rb/bolt_types.rb', line 62 def validate end |