class CF::UAA::TargetError

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

Attributes

info[R]

Public Class Methods

new(error_info = {}) click to toggle source
# File lib/uaa/http.rb, line 39
def initialize(error_info = {})
  @info = error_info
end