Class: AccountEapConnectException

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
ALERTMESSAGE =
2
WEBAUTHDETAILS =
11
FIELDS =
{
  CODE => {:type => ::Thrift::Types::I32, :name => 'code', :enum_class => ::G_a_c_u0_a_a_a_a_s},
  ALERTMESSAGE => {:type => ::Thrift::Types::STRING, :name => 'alertMessage'},
  WEBAUTHDETAILS => {:type => ::Thrift::Types::STRUCT, :name => 'webAuthDetails', :class => ::WebAuthDetails, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



4847
4848
4849
4850
4851
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4847

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