Exception: UnexpectedErrorFault
- Inherits:
-
StandardError
- Object
- StandardError
- UnexpectedErrorFault
- Defined in:
- lib/metal/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comUnexpectedErrorFault
exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
-
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
Instance Method Summary collapse
-
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ UnexpectedErrorFault
constructor
A new instance of UnexpectedErrorFault.
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ UnexpectedErrorFault
Returns a new instance of UnexpectedErrorFault.
2463 2464 2465 2466 |
# File 'lib/metal/default.rb', line 2463 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2460 2461 2462 |
# File 'lib/metal/default.rb', line 2460 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2461 2462 2463 |
# File 'lib/metal/default.rb', line 2461 def exceptionMessage @exceptionMessage end |