Class: Passport::Thrift::PassportException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/remote_passport_types.rb

Constant Summary collapse

ERRORCODE =
1
CODE =
2
FIELDS =
{
  ERRORCODE => {:type => ::Thrift::Types::STRING, :name => 'errorCode', :optional => true},
  CODE => {:type => ::Thrift::Types::STRING, :name => 'code', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



161
# File 'lib/remote_passport_types.rb', line 161

def struct_fields; FIELDS; end

#validateObject



163
164
# File 'lib/remote_passport_types.rb', line 163

def validate
end