Class: Passport::Thrift::ProfileException
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Passport::Thrift::ProfileException
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_passport_types.rb
Constant Summary collapse
- ERRORCODE =
1- FIELDS =
{ ERRORCODE => {:type => ::Thrift::Types::STRING, :name => 'errorCode', :optional => true} }
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ ProfileException
constructor
A new instance of ProfileException.
- #message ⇒ Object
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ ProfileException
Returns a new instance of ProfileException.
545 546 547 548 |
# File 'lib/remote_passport_types.rb', line 545 def initialize(=nil) super() self.errorCode = end |
Instance Method Details
#message ⇒ Object
550 |
# File 'lib/remote_passport_types.rb', line 550 def ; errorCode end |
#struct_fields ⇒ Object
558 |
# File 'lib/remote_passport_types.rb', line 558 def struct_fields; FIELDS; end |
#validate ⇒ Object
560 561 |
# File 'lib/remote_passport_types.rb', line 560 def validate end |