Exception: DeltavistaCrifDvaInterface::ServiceNotAvailableError
- Inherits:
-
StandardError
- Object
- StandardError
- DeltavistaCrifDvaInterface::ServiceNotAvailableError
- Defined in:
- lib/deltavista_crif_dva_interface/errors.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
-
#error_text ⇒ Object
readonly
Returns the value of attribute error_text.
Instance Method Summary collapse
-
#initialize(error_code, error_text) ⇒ ServiceNotAvailableError
constructor
A new instance of ServiceNotAvailableError.
Constructor Details
#initialize(error_code, error_text) ⇒ ServiceNotAvailableError
Returns a new instance of ServiceNotAvailableError.
5 6 7 8 |
# File 'lib/deltavista_crif_dva_interface/errors.rb', line 5 def initialize(error_code, error_text) @error_code = error_code @error_text = error_text end |
Instance Attribute Details
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code.
3 4 5 |
# File 'lib/deltavista_crif_dva_interface/errors.rb', line 3 def error_code @error_code end |
#error_text ⇒ Object (readonly)
Returns the value of attribute error_text.
3 4 5 |
# File 'lib/deltavista_crif_dva_interface/errors.rb', line 3 def error_text @error_text end |