class PaymentException

Constants

DEBUGREASON
ERRORCODE
ERRORDETAILMAP
FIELDS
SERVERDEFINEDMESSAGE

Public Instance Methods

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