Rhc::Rest::ClientErrorException
Exceptions thrown in case of an HTTP 422 is received.
# File lib/rhc-rest/exceptions/exceptions.rb, line 46 def initialize(message, field=nil) super(message) @field = field end