Class: Passport::Thrift::PassportException
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Passport::Thrift::PassportException
- 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_fields ⇒ Object
163 |
# File 'lib/remote_passport_types.rb', line 163 def struct_fields; FIELDS; end |
#validate ⇒ Object
165 166 |
# File 'lib/remote_passport_types.rb', line 165 def validate end |