Class: Concord::Thrift::BoltError

Inherits:
Thrift::Exception
  • Object
show all
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_fieldsObject



60
# File 'lib/gen-rb/bolt_types.rb', line 60

def struct_fields; FIELDS; end

#validateObject



62
63
# File 'lib/gen-rb/bolt_types.rb', line 62

def validate
end