class HomeException

Constants

EXCEPTIONCODE
FIELDS
MESSAGE

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 4801
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 4803
def validate
  unless @exceptionCode.nil? || ::G_a_k0_a_a_a_d_a::VALID_VALUES.include?(@exceptionCode)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field exceptionCode!')
  end
end