Class: LiffChannelException

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 => ::G_a_h_e1_a_e},
  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



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

def struct_fields; FIELDS; end

#validateObject



4728
4729
4730
4731
4732
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4728

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