Class: TalkException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

CODE =
1
REASON =
2
PARAMETERMAP =
3
FIELDS =
{
  CODE => {:type => ::Thrift::Types::I32, :name => 'code', :enum_class => ::P0_a_e_a_b_ca},
  REASON => {:type => ::Thrift::Types::STRING, :name => 'reason'},
  PARAMETERMAP => {:type => ::Thrift::Types::MAP, :name => 'parameterMap', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



13000
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13000

def struct_fields; FIELDS; end

#validateObject



13002
13003
13004
13005
13006
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13002

def validate
  unless @code.nil? || ::P0_a_e_a_b_ca::VALID_VALUES.include?(@code)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field code!')
  end
end