Exception: CF::UAA::TargetError
- Defined in:
- lib/uaa/http.rb
Overview
An application level error from the UAA which includes error info in the reply.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#info ⇒ Object
readonly
Returns the value of attribute info.
Instance Method Summary collapse
-
#initialize(error_info = {}) ⇒ TargetError
constructor
A new instance of TargetError.
Constructor Details
#initialize(error_info = {}) ⇒ TargetError
Returns a new instance of TargetError.
35 36 37 |
# File 'lib/uaa/http.rb', line 35 def initialize(error_info = {}) @info = error_info end |
Instance Attribute Details
#info ⇒ Object (readonly)
Returns the value of attribute info.
34 35 36 |
# File 'lib/uaa/http.rb', line 34 def info @info end |