Exception: CF::UAA::TargetError

Inherits:
UAAError
  • Object
show all
Defined in:
lib/uaa/http.rb

Overview

An application level error from the UAA which includes error info in the reply.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(error_info = {}) ⇒ TargetError

Returns a new instance of TargetError.



38
39
40
# File 'lib/uaa/http.rb', line 38

def initialize(error_info = {})
  @info = error_info
end

Instance Attribute Details

#infoObject (readonly)

Returns the value of attribute info.



37
38
39
# File 'lib/uaa/http.rb', line 37

def info
  @info
end