Exception: Ontrac::WebServices::ServiceException
- Inherits:
-
Exception
- Object
- Exception
- Ontrac::WebServices::ServiceException
- Defined in:
- lib/ontrac/web_services/service.rb
Instance Attribute Summary collapse
-
#root_error ⇒ Object
Returns the value of attribute root_error.
-
#sub_errors ⇒ Object
Returns the value of attribute sub_errors.
Instance Attribute Details
#root_error ⇒ Object
Returns the value of attribute root_error.
9 10 11 |
# File 'lib/ontrac/web_services/service.rb', line 9 def root_error @root_error end |
#sub_errors ⇒ Object
Returns the value of attribute sub_errors.
9 10 11 |
# File 'lib/ontrac/web_services/service.rb', line 9 def sub_errors @sub_errors end |